When I right-click the instance of a table on the SQL Server 2005, it stops with the message:
Microsoft sql server is busy waiting for the internal operation to complete.
If I try to open a new instance of SQL Server Managemente Studio it can’t open and shows me the message:
Could not load file or assembly ‘EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=…’ or one of its dependencies. The system cannot find the file specified.
Thanks
I solved the problem using the hint from the event Viewer, (something I didn’t noticed before).
There were two error notifications:
I just executed the
vs_setup.msifrom the Microsoft Visual Studio 2010 Team Explorer and it worked again normally.It was fixed and working normally, hope this message will help anybody with the same problem.