|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
From the command prompt, navigate to the Visual Studio directory (default C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\) and type devenv.exe /setup. Then try to re-launch Visual Studio and let me know what happens.
Since we don't use a VsPackage and all of our VsCommands are removed by the uninstall, it's quite troublesome that it still fails even after the uninstall. We don't use a VsPackage, just a few VsCommands to launch our addins, so I'm not entirely sure how the installed VsPackages could have been disrupted.
I'm currently searching for some more info on the result returned by the ExecutionEngineException to see if I can determine what happened.
If the devenv.exe /setup doesn't restore Visual Studio, then you should probably run a "repair install" of Visual Studio from the Add & Remove Programs in the Control Panel; at least then you won't be dead in the water all day.
|