Error Message
Error 1 Method 'get_EnableCdn' in type 'System.Web.UI.ScriptManager' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation.
Solution :
Check the version of the 'System.Web.Extensions.dll , in the reference , web config file and the place where use the script manager , if you are using ver 3.5 you should refer the same in pages also
I am good Learner and Listener .This Page is to update my experience and the challenges faced on day to day bases . I will also write about some the very interesting opensource tools/components , which will definitely more informative and useful .
Showing posts with label AJAX. Show all posts
Showing posts with label AJAX. Show all posts
Saturday, January 15, 2011
Friday, December 25, 2009
Error Message :
ASP.NET Ajax client-side Framework failed to load
Solution :
add the tag in web config file
ASP.NET Ajax client-side Framework failed to load
Solution :
add the tag in web config file
While using the Ajaxtoolkit and if you have different version of Framework you might receive this message
Error Message :
Error 2 Assembly 'AjaxControlToolkit, Version=3.0.30512.17815, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Solution :
in the web config file inside the configuration section add this tag
Error Message :
Error 2 Assembly 'AjaxControlToolkit, Version=3.0.30512.17815, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Solution :
in the web config file inside the configuration section add this tag
Subscribe to:
Comments (Atom)