i update my system to windows xp spk2 to spk3 and visual studio 2005 to 2008
the website which i developed and published in vs2005 say TestProject and copy from the wwwroot directory of sp2 and paset the wwwroot directory of sp3. when i try to open the website i got the error
Line 53:
Line 54:
Line 55:
Line 56:
can anybody tell how to solve this error so that my website will work
thanks in addvance
Sailaja YPosted Mar 29, 2010, 12:27 AM
When you are trying to open the web application ( developed in VS2005 ) in VS 2008, we need to update the versions of the all the namespaces in the configuration file.
Please update the version of the script module handler.
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
httpModules>
If this helped you,please mark this answer.
Regards,