Having problems with your VS 2005 Community Tech Preview? (by yag)
Rick Strahl had some problems with his Tech Preview - it killed ASP.NET and the IIS Management Console. Now, this hasn't happened to everyone (in the blogs I've been checking, most people have been fine), but if it happens to you, we've worked out the solution. I'm taking the key steps from Rick's post if you are seeing the same issue - but go read the whole thing...
Find the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET key look for errant key entries that include braces and other junk. The bogus keys look like this:
2.0.40301.9 (pd4.040301-0900)
Clear out the key names to read proper version numbers. It looks like .Net 2.0 installs two different versions of the CLR:
2.0.40301.0
2.0.40301.9
Inside of those keys make sure that the DllFullPath and Path values point at the correct .Net Framework directories in your Windows installation. For example:
d:\WINDOWS\Microsoft.NET\Framework\v2.0.40301\aspnet_isapi.dll (DllFullPath)
d:\WINDOWS\Microsoft.NET\Framework\v2.0.40301 (Path)
Comments
- Anonymous
March 30, 2004
Isn't this covered by item 8.1 in the readme.htm file that came on the CTP DVD?
8.1. Accessing Properties in the Internet Services Manager Causes the Internet Services Manager to Crash
The resolution looks very similar but maybe the symptoms were a little different. - Anonymous
March 30, 2004
Yay! - Anonymous
May 25, 2004
Same Problem !! - Anonymous
March 15, 2008
PingBack from http://bordercrossingstatsblog.info/vs-data-teams-weblog-having-problems-with-your-vs-2005-community/