Asked By
JuanWalker
0 points
N/A
Posted on - 08/14/2011
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
Microsoft Visual Studio Could not load file or assembly
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.
Microsoft Visual Studio Could not load file or assembly
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.