Package load failure in IDE - 'devenv /resetskippkgs' ?
I've installed VS2005 beta 2 - appeared ok, but in IDE I get lots of package load failures, and recommendations to skip package loading (and suggestion to use 'devenv /resetskippkgs' to re-enable).
Having completely uninstalled and re-installed several times, nothing seems to work.
Any suggestions ?
Sounds similar to this:
http://groups-beta.google.com/group/microsoft.public.vsnet.ide/browse_frm/thread/7ac44a69aef72ae0/2278abc3da86a3e1?q=%27devenv+%2Fresetskippkgs%27&rnum=3#2278abc3da86a3e1
This may due to the package information in the registry
Please do the following
First very the packeges are installed correctly.
for this go to registry and veryfy HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\8.0\Packages
if the installation is correct it will look like(this is only a part of the entry)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\8.0\Packages\{019971D6-4685-11D2-B48A-0000F87572EB}]
@="Visual Basic Compiler Package"
"InprocServer32"="D:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\msvb7.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\8.0\Packages\{019971D6-4685-11D2-B48A-0000F87572EB}\Automation]
"Basic-Specific"="IVBTextEditSpcific"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\8.0\Packages\{019971D6-4685-11D2-B48A-0000F87572EB}\SatelliteDll]
"DllName"="msvb7ui.dll"
"Path"="D:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\8.0\Packages\{0B680757-2C29-4531-80FA-535A5178AA98}]
@="Visual Studio Code Snippets Package"
"InprocServer32"="D:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE\\msenv.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\8.0\Packages\{1B437D20-F8FE-11D2-A6AE-00104BCC7269}]
@="Visual Studio HTM Editor Package"
"InProcServer32"="D:\\Program Files\\Microsoft Visual Studio 8\\Common7\\Packages\\htmled.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\8.0\Packages\{1B437D20-F8FE-11D2-A6AE-00104BCC7269}\DefaultToolbox]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\8.0\Packages\{1B437D20-F8FE-11D2-A6AE-00104BCC7269}\DefaultToolbox\Tab 0]
"Name"="HTML"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\8.0\Packages\{1B437D20-F8FE-11D2-A6AE-00104BCC7269}\DefaultToolbox\Tab 0\Element A]
"Name"="Input (Button)"
"Data"="<input id=\"Button1\" type=\"button\" value=\"button\" />"
"Bitmap Index"=dword:0000000a
"Item Type"=dword:0000001f
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\8.0\Packages\{1B437D20-F8FE-11D2-A6AE-00104BCC7269}\DefaultToolbox\Tab 0\Element B]
"Name"="Input (Reset)"
"Data"="<input id=\"Reset1\" type=\"reset\" value=\"reset\" />"
"Bitmap Index"=dword:00000009
"Item Type"=dword:0000001
if it is ok do the following
using regedit
export(Selected branch) HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\8.0\Packages
save it as fileName.reg
then open it in microsoft word
then replace all HKEY_LOCAL_MACHINE with HKEY_CURRENT_USER
and save the file
then goto regedit
and from fregistry menu select import registry file
then select the file you save and press open, all information about the packages will load into the registry.
then open Web Developer