Basic Visual Studio Error
-
this problem is bizarre. i have only got it on my laptop. i have tried the obvious like reinstalling visual studio iis and the framework.. all in the correct order. i have posted a screen shot of the error message. http://www.johnsturgess.com/Images/error.JPG i seem to remember a tutor of mine mentioning that this problem can be fixed but i am a bit lost. any help much appreciated. Cheers
John Michael Kinsella kinsellajohn@hotmail.com
-
this problem is bizarre. i have only got it on my laptop. i have tried the obvious like reinstalling visual studio iis and the framework.. all in the correct order. i have posted a screen shot of the error message. http://www.johnsturgess.com/Images/error.JPG i seem to remember a tutor of mine mentioning that this problem can be fixed but i am a bit lost. any help much appreciated. Cheers
John Michael Kinsella kinsellajohn@hotmail.com
-
Try runnign aspnet_regiis.exe -i from the command line, this will install asp.net extensions on your IIS, You can find this executable in %windir%\Microsoft.NET\Framework\%WhateverYourFrameWorkVersionIs%
Greets! Joel
many thanks for the quick response. i have searched the four folders i have in my framework file to no avail. there are several asp.net reg files in seperate folders, sadly none of them have fixed the problem. any other suggestions.. the software was working fine a few days ago and the only change i can note is that i unplugged my laptop from the power,external hard drive and speakers. i havent installed any new software or anything. computers ay, gotta love em, but sometimes they can be a right pain in the ass. anyhow. any further help would be priceless. cheers.
John Michael Kinsella kinsellajohn@hotmail.com
-
many thanks for the quick response. i have searched the four folders i have in my framework file to no avail. there are several asp.net reg files in seperate folders, sadly none of them have fixed the problem. any other suggestions.. the software was working fine a few days ago and the only change i can note is that i unplugged my laptop from the power,external hard drive and speakers. i havent installed any new software or anything. computers ay, gotta love em, but sometimes they can be a right pain in the ass. anyhow. any further help would be priceless. cheers.
John Michael Kinsella kinsellajohn@hotmail.com
Could you try making a search on your windows directory for aspnet_regiis.exe, you say that you uninstalled VS and IIS, the thing is this error is usually caused by installing visual studio and then installing IIS, so the asp.net extensions are not installed on the IIS.
Greets! Joel