Hello
Our ASP.NET (not MVC) website was running fine using framework 3.5.
We upgraded the .net framework to 4.0 yesterday and we started getting the following javascript errors:
Failed to load resource: the server responded with a status of 404 (Not Found)
and
Uncaught Error: ASP.NET Ajax client-side framework failed to load.
and
Uncaught ReferenceError: Sys is not defined
How can we fix this?
Do we need to replace the Telerik files in the bin directory to the 4.0 ones?
Do we need to change some settings in the web.config?
When we tried to put the 4.0 dlls in the bin folder we get the following error:
Please advise steps.
Syed
Our ASP.NET (not MVC) website was running fine using framework 3.5.
We upgraded the .net framework to 4.0 yesterday and we started getting the following javascript errors:
Failed to load resource: the server responded with a status of 404 (Not Found)
and
Uncaught Error: ASP.NET Ajax client-side framework failed to load.
and
Uncaught ReferenceError: Sys is not defined
How can we fix this?
Do we need to replace the Telerik files in the bin directory to the 4.0 ones?
Do we need to change some settings in the web.config?
When we tried to put the 4.0 dlls in the bin folder we get the following error:
Could not load file or assembly 'Telerik.Web.UI, Version=2011.1.413.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Please advise steps.
Syed