Assembly "AjaxControlToolkit, Version=3.0.30512.17815, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" does not contain a script with hash code "865923e8"
-
Hi guys, I have used Ajaxcontroltoolkit in my website in Visual Studio 2008. Some times i am getting this error. Assembly "AjaxControlToolkit, Version=3.0.30512.17815, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" does not contain a script with hash code "865923e8" can u people help me regarding this issue. Thanks In Advance. Muni
-
Hi guys, I have used Ajaxcontroltoolkit in my website in Visual Studio 2008. Some times i am getting this error. Assembly "AjaxControlToolkit, Version=3.0.30512.17815, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" does not contain a script with hash code "865923e8" can u people help me regarding this issue. Thanks In Advance. Muni
It happens when you mix 32bit and 64bit web farms. The reason is that the page requests a javascript using the hashcode present in the page which is generated using GetHashCode the value of which is different in 32 and 64bit machines. The hashcode 865923e8 might be generated from one server and the request of the combined javascript might be placed on another server. Hope you got the issue. :)
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.