When i am running the application,i got an error as follows:
Microsoft JScript runtime error:Sys.ArgumentTypeException:Object of type ‘Sys._Application’ cannot be converted to type ‘Sys._Application’.Parameter name:instance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This error can happen if your web.config is not properly configured to use Microsoft’s ASP.NET Ajax.
If you have VS2008, this settings are added automatically. In VS2005, if your ASP.NET project does not start out as Ajax, you need to add the settings manually.
Here’s an example: