Having an issue with javascript errors after adding simple Ajax controls (ScriptManager, Timer, & UpdatePanel).
I can remove the Ajax Controls (via commenting) and the errors go away. Add them back and the errors come back.
How should a .Net 4.0 web application web.config file look for library inclusion, and or any changes to the scriptmanager that i should be aware of?
Noticed that alot of the .Net 4.5 web application refer to a Scripts child element of ScriptManager with various ScriptReference but unsure what all of it means.
Last time i used AJAX was when it came out around .Net 2.0 and all i had to do was drop the controls from toolkit and everything was included properly. Seems they dont get added properly in VS2012.
An emergency on your part, does not constitute an emergency response on our part. Do your part and dont wait till the 11th hour to get a solution to your problem.
You might want to check this blog post of Stephen Walter, you'll find an answer to your question ( what js references are specified in ScriptManager control ), also how to use ajax control toolkit with asp.net 4.5 ( step by step )
An emergency on your part, does not constitute an emergency response on our part. Do your part and dont wait till the 11th hour to get a solution to your problem.
Marked as answer by goldbishop on Dec 06, 2012 07:06 PM
goldbishop
Member
215 Points
96 Posts
VS2012 project does not register AJAX libraries
Nov 27, 2012 07:07 PM|LINK
Having an issue with javascript errors after adding simple Ajax controls (ScriptManager, Timer, & UpdatePanel).
I can remove the Ajax Controls (via commenting) and the errors go away. Add them back and the errors come back.
How should a .Net 4.0 web application web.config file look for library inclusion, and or any changes to the scriptmanager that i should be aware of?
Noticed that alot of the .Net 4.5 web application refer to a Scripts child element of ScriptManager with various ScriptReference but unsure what all of it means.
Last time i used AJAX was when it came out around .Net 2.0 and all i had to do was drop the controls from toolkit and everything was included properly. Seems they dont get added properly in VS2012.
chetan.sarod...
All-Star
65619 Points
11118 Posts
Re: VS2012 project does not register AJAX libraries
Nov 29, 2012 02:13 AM|LINK
You might want to check this blog post of Stephen Walter, you'll find an answer to your question ( what js references are specified in ScriptManager control ), also how to use ajax control toolkit with asp.net 4.5 ( step by step )
http://stephenwalther.com/archive/2012/09/20/september-2012-release-of-the-ajax-control-toolkit.aspx
http://forums.asp.net/t/1860315.aspx/1?VS2012+and+Ajax+Toolkit+4+5
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
goldbishop
Member
215 Points
96 Posts
Re: VS2012 project does not register AJAX libraries
Dec 06, 2012 07:06 PM|LINK
It was actually the PageRouting system.
Did not put in the ignore system resources.
as i posted here: http://stackoverflow.com/a/13631823/659246