ASP.NET 2.0 BETA 2: Hey, my ASP.NET IIS Tab is missing!
Chris Adams says this:
This is a problem caused by the change between Beta 1 and Beta 2.
To fix, check the following 3 regkeys -
HKEY_CLASSES_ROOT\CLSID\{7D23CCC6-A390-406E-AB67-2F8B7558F6F6}\InprocServer32
HKEY_CLASSES_ROOT\CLSID\{FD5CD8B1-6FE0-44F3-BBFB-65E3655B096E} \InprocServer32
HKEY_CLASSES_ROOT\CLSID\{FEDB2179-2335-48F0-AA28-5CDA35A2B36D}\InprocServer32
Under (expand) InProcServer32, look for the presence of a non-2.0.0.0 (example 2.0.36.0) and remove it.
It has a reference that causes this to break.
If you do not have this MMC interface, you can use aspnet_regiis.exe aspnet_regiis -s
where path equals the location in the metabase where you want the mappings to change.
Note: There is also a switch to do this non-recurvisely if you desire.
and Stebner's VS.NET 2005 beta removal tool:
http://blogs.msdn.com/astebner/archive/2005/04/19/409555.aspx
This is a problem caused by the change between Beta 1 and Beta 2.
To fix, check the following 3 regkeys -
HKEY_CLASSES_ROOT\CLSID\{7D23CCC6-A390-406E-AB67-2F8B7558F6F6}\InprocServer32
HKEY_CLASSES_ROOT\CLSID\{FD5CD8B1-6FE0-44F3-BBFB-65E3655B096E} \InprocServer32
HKEY_CLASSES_ROOT\CLSID\{FEDB2179-2335-48F0-AA28-5CDA35A2B36D}\InprocServer32
Under (expand) InProcServer32, look for the presence of a non-2.0.0.0 (example 2.0.36.0) and remove it.
It has a reference that causes this to break.
If you do not have this MMC interface, you can use aspnet_regiis.exe aspnet_regiis -s
where path equals the location in the metabase where you want the mappings to change.
Note: There is also a switch to do this non-recurvisely if you desire.
and Stebner's VS.NET 2005 beta removal tool:
http://blogs.msdn.com/astebner/archive/2005/04/19/409555.aspx
You're the man, that fixed my problem!
ReplyDeleteI have the registry OK, and the problem still persists...
ReplyDeleteAnd my server DOESN'T HAVE ANY BETA OR PREVIOUS VERSION OF ASP.NET 2.0.5
¿What is doing microsoft with this problem?
This is not the best way to launch .net 2.0...
it was under HKEY_CLASSES_ROOT\CLSID\{FD5CD8B1-6FE0-44F3-BBFB-65E3655B096E} \InprocServer32
ReplyDelete2.0.0.0 and 2.0.36.0 and I removed the Key 2.0.36.0 wow I have my ASP.NET TAB :) Many thanks Peter :)
ZyganzY
The regedit worked for me man, i appreciate you posting it!
ReplyDeleteIt's been a while...but thanks for the help! This fixed our issue.
ReplyDeleteI only have the 2.0.0.0 entries in the registry. However I do not see the 2.0 tab. Any thoughts?
ReplyDelete