Dear Friends,
Right now i am doing migration of our application from Visual studio 2005 to Visual Studio 2013. This application doesn't have any Master page. All pages are loading using IFrame.
Now the problem is in the migration i am trying to create a Infragistics grid , it requires Script manager.
if i add that Script Manager on page, it shows error as follows
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
I tried by change web.config file But nothing is working.
Please help me with solution. It is very very very urgent.
Thanks in advance.
Thanks & Regards,
Rajendran
Kunal VaishyaPosted Dec 5, 2014, 2:27 AM
Please try this below code.
Solution 1:
type="Microsoft.Web.Handlers.ScriptResourceHandler"
validate="false"/>
Solution 2: If you don't have this, add this too under
Solution3: If that doesn't work too, try deleting files from your "bin" folder and rebuild the solution and clear the cache of your browser.
Solution 4: Add this to your web.config
Reference : http://stackoverflow.com/questions/11288796/asp-net-ajax-client-side-framework-failed-to-load-when-put-the-scriptmanager-on
Regards,
Kunal.