I'm running 2 frameworks 2.0 and 1.1. I had to do the following to switch to 1.1.In a dos prompt do the following:
cd c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
aspnet_regiis.exe -u
cd c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
aspnet_regiis.exe -i
Its hectic but its better to create a batch file to run this when ever required
I got this from http://forums.asp.net/p/477769/477769.aspx
thanks todymcgee
No comments:
Post a Comment