Howdy, I noticed that Visual Studio crashed when I tried to open a .SQL file. Perhaps this was due to the installation of SQL SERVER 2008 last week. In any case, in order to solve this problem, I repaired Visual Studio using the installation disk. After an hour and several reboots, the problem remained. However, now this problem crashes as soon as I select a project!
Here's what the event viewer says:
EventType clr20r3, P1 devenv.exe, P2 10.0.40219.1, P3 4d5f2a73, P4 microsoft.visualstudio.editor.implementation, P5 10.0.0.0, P6 4d5f2b24, P7 d2, P8 9a, P9 system.nullreferenceexception, P10 NIL.
I'm starting to lose my desire to live.
Respectfully to Andrei Drynov, answer / comment **
Well, the update package is there, the contents of the SQL file does not matter, since files opened with ease earlier, and this happens in this type of file, and not in a specific file, it also crashes regardless of the project / solution I selected? I agree that I am dramatic!
After starting in safe mode **
I got the following error:
"An exception was found during the construction of the contents of this Frame. This information is also logged when the application is launched using the / log option in the command line that stores the results" C: \ Documents and Settings \ XXXXXXX \ Application Data \ Microsoft \ VisualStudio \ 10, 0 \ ActivityLog.xml ".
Exception Details: System.UnauthorizedAccessException: package 'Attrice.TeamFoundation.Sidekicks.VisualStudio.MainPackage, Attrice.TeamFoundation.Sidekicks.Package.10, Version = 3.0.3.1, Culture = Neutral, PublicKeyToken = 14bece0700b6dc89' loading error. Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal (Int32 errorCode, IntPtr errorInfo) in System.Runtime.InteropServices.Marshal.ThrowExceptionForHR (Int32 errorCode) in Microsoft.VisualStudio.Platform.WindowManagement.WindowPage.windowframe.raindowframeframe.raindowframeview .WindowFrame.ConstructContent ()
Then I got the following
Microsoft Visual Studio
'C: \ Dev \ XXXXXX.Deploy.wdproj' cannot be opened because its type project (.wdproj) is not supported by this version of the application.
To open it, use the version that supports this type of project.
So, I reinstalled the Visual Studio® 2010 web deployment projects to see if this works? How strange.