Microsoft Visual Studio Could not load file or assembly

Asked By 0 points N/A Posted on -
qa-featured

All of a sudden I am receiving an error message from Microsoft Visual Studio. I have the 2008 version installed on Windows 7 machine. I have been trying to add an item to my project and get an error message. The SQL version is the free version of SQL studio express.

I have tried to check the connection between SQL Express Database and it works fine.
 
Any help is appreciated.

 

Microsoft Visual Studio
 
Could not load file or assembly
 
‘Microsoft.SqlServer.Management.SqlParser, Version=10.0.0.0,
 
Culture=neutral, PublicKEyToken=89845dcd8080cc91’ or one of its
 
dependencies. The system cannot find the file specified.
                                                                                                      OK
SHARE
Best Answer by nilo2ohbs
Best Answer
Best Answer
Answered By 0 points N/A #114867

Microsoft Visual Studio Could not load file or assembly

qa-featured

It looks like you’re having a problem in the installation. Maybe you did not complete the installation. So I suggest that you try to uninstall the application, then install it again. Install Visual Studio 2010, with the same version in your application system. Then install SMO shared management objects. After that, try to use it again and if not working uninstall them all.

Also you may try this one. Uninstall SQL application. Then try to find a site that is free to download, then try downloading the following:

1. Microsoft Structured Query Language (SQL) Server System CLR type

2. Microsoft Structured Query Language (SQL) Server 2008 Management Objects

3. Microsoft Structured Query Language (SQL) Server 2008 Native Client

 

Note: This must be the same version.
 
If not. You may now call your support administrative.
Answered By 0 points N/A #196463

Microsoft Visual Studio Could not load file or assembly

qa-featured

Hello,

I encountered the similar errors and what I did I ensured that I installed all the components given as follows:

redist/VSTA/designtime/VSTA_DT30msi
redist/VSTA/runtime/x64/VSTA_RT30.msi
redist/VSTA/runtime/x86/VSTA_RT30.msi

Once I have installed all the components I got similar errors and assumed that this could be related to something lying around in GAC which was causing these errors. So I rebooted the system and everything just worked fine.

I hope this information could provide some help to the problem you are encountering.

Related Questions