Fixing ASP.NET 2.0 is Required on x64
When running the prerequisite checker you sometimes see the following error – “ASP.NET 2.0 is Required”.
Click on the More button and you get a nice helpful message telling you how to fix it.
Unfortunately this only works on 32 bit servers but confusingly a 64 bit server also has this directory.
The directory to run this command on is in the Framework64 path and not Framework.
Once done the prerequisite check is now fine.
March 31, 2009 at 8:24 pm
Thank you. I was attempting to install SCE on 2003 x64 and ran into this same issue. Your fix worked great!