Problems when choosing help in C# 2005 Express

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I click the 'How do I ?' menu item in the C# IDE the proper screen comes
up but it is empty and a message box says: Package Visual Studio Common IDE
package failed to load. Then if I click on Help Favorites or Search I get the
error: The operation could not be completed. No such interface is supported.
I am using the latest download of C# Express 2005. I have used the uninstall
tool and tried re-installing but the problem persists. Everything else in the
environment seems to be working correctly. Has anyone else experienced this
problem?
 
I was never able to get -- any -- help with Beta 2. I read somebody
suggested deselecting the Internal/External flags and restarting. One or the
other as I recall apparently solved he problem and wouldn't hurt trying with
VS2005.

<%= Clinton Gallagher
 
How do you access and deselect these flags?

clintonG said:
I was never able to get -- any -- help with Beta 2. I read somebody
suggested deselecting the Internal/External flags and restarting. One or the
other as I recall apparently solved he problem and wouldn't hurt trying with
VS2005.

<%= Clinton Gallagher
 
Hi,

From a dos-prompt type:
C:\<Program Files>\Microsoft Visual Studio 8\Common7\IDE\devenv.exe
/ResetSkipPgks

Kr. Soren
 
Back
Top