| Author |
Message |
wtjones
Joined: 08 Jan 2008 Posts: 14
|
Posted: Thu Feb 21, 2013 12:04 am Post subject: microsoft.Visualbasic.powerpacks error in 3.1.4.72 |
|
|
I just upgraded to 3.1.4.72 from a fresh install and I get this when I try to 'edit comparison options'
Could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I installed the vb powerpack 3 but it did not fix the issue. |
|
| Back to top |
|
 |
wtjones
Joined: 08 Jan 2008 Posts: 14
|
Posted: Thu Feb 21, 2013 2:48 pm Post subject: |
|
|
I was able to work around this by copying Microsoft.VisualBasic.PowerPacks.Vs.dll to the Redgate folder.
I obtained this from my VS 2010 installation at C:\Program Files (x86)\Reference Assemblies\Microsoft\VBPowerPacks\v10.0\Microsoft.VisualBasic.PowerPacks.Vs.dll
Redgate may want to bundle this into the installer  |
|
| Back to top |
|
 |
David A
Joined: 21 Apr 2008 Posts: 8
|
Posted: Fri Apr 05, 2013 8:53 pm Post subject: Microsoft.VisualBasic.PowerPacks.Vs.dll still not found |
|
|
I installed VisualBasic Power Pack 3.5 from this URL: http://www.microsoft.com/en-us/download/details.aspx?id=25169
On my 64-bit machine, it installed it here: C:\Program Files (x86)\Microsoft Visual Basic 2005 Power Packs\3.0
I copied the file to: C:\Program Files (x86)\Red Gate\SQL Source Control 3
Did not work in SSMS. Without removing the above copy, also copied it to: C:\Program Files (x86)\Red Gate\SQL Data Compare 10
Still did not work. I suppose I should also mention I shutdown SSMS each time. There was also a companion XML file which I also tried copying.
Suggestions? |
|
| Back to top |
|
 |
antiRev
Joined: 06 Dec 2012 Posts: 2 Location: United Kingdom
|
|
| Back to top |
|
 |
sgilboy
Joined: 22 Jun 2011 Posts: 23
|
Posted: Thu May 09, 2013 9:15 pm Post subject: |
|
|
here is how I got around this error.... it was made difficult because the target machine doesn't have Studio installed meaning that the gacutil.exe wasn't installed either:
- Copied "Microsoft.VisualBasic.PowerPacks.Vs.dll" from my development machine to our development SQL server (Windows 2008 R2).. it's in C:\Temp
- open a command prompt as "Run as Administrator"
- C:>explorer C:\Windows\assembly
- that will open an explorer window there
- go back to the command prompt and now type:
- C:>explorer C:\Temp
- that will open a second window
- drag the DLL from the second explorer window to the first and the DLL will be in the GAC !
Works !!
If you try to navigate around in the first explorer window you will "lose" your permissions, so just open two.... gotta love Windows.... |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group