This is a migrated thread and some comments may be shown as answers.

Known "script/hash code" issue with deploying RadScriptManager between 32/64 bit machines?

8 Answers 309 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Daniel Grandestaff
Top achievements
Rank 2
Daniel Grandestaff asked on 16 Dec 2008, 06:07 PM
Details are here:
http://www.codeplex.com/AjaxControlToolkit/WorkItem/View.aspx?WorkItemId=15204
http://forums.asp.net/t/1174669.aspx
http://dotnetdebug.net/2008/05/25/
http://www.codeplex.com/AjaxControlToolkit/WorkItem/View.aspx?WorkItemId=14857

I encountered this problem recently by using the telerik script manager with "ScriptCombine" set to true and deploying from a 32-bit machine to a 64-bit machine.

Are you aware of the above issue? I'm assuming your code works the same as the stack trace points to the same area of code:

Assembly "..." does not contain a script with hash code "...".

Telerik.Web.UI

STACK TRACE:

   at Telerik.Web.UI.ScriptEntry.Deserialize(String serializedScriptEntries)

   at Telerik.Web.UI.CombinedScriptWriter.WriteCombinedScriptFile()

   at Telerik.Web.UI.WebResource.ProcessRequest(HttpContext context)

8 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 17 Dec 2008, 11:33 AM
Hello Daniel Grandestaff,

We will need some time to research the problem and fix it. I will let you know in this support thread once we are ready.

Regards,
Atanas Korchev,
the Telerik dev team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Atanas Korchev
Telerik team
answered on 06 Jan 2009, 03:00 PM
Hi again Daniel Grandestaff,

I couldn't reproduce the exact problem but I did a few modifications to our code which would hopefully resolve the problem at your side. Please find attached the build. Let me know if it works.

Regards,
Atanas Korchev,
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mike
Top achievements
Rank 1
answered on 28 Jan 2009, 02:50 AM
We have the same problem. We put in your fix and it seems to fix the problem, however, this version is only a test version and not a  licensed version. Do you have the licensed version of the dll above available?

Thanks,
Mike
0
Atanas Korchev
Telerik team
answered on 28 Jan 2009, 07:44 AM
Hello Mike,

The hotfix is included in the current official version which you can download.

Kind regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Koray Buyukoguz
Top achievements
Rank 1
answered on 26 Mar 2009, 08:07 AM
Hi,

Although we are using Telerik version 2008.3.1314.20 on an 64 bit OS and 64 bit IIS process, we are still having the same problem.

Description = Assembly "System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" does not contain a script with hash code "52817a7d".
Source = Telerik.Web.UI
Stack = at Telerik.Web.UI.ScriptEntry.Deserialize(String serializedScriptEntries) at Telerik.Web.UI.RadScriptManager.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Best Regards,

Koray Buyukoguz
0
Atanas Korchev
Telerik team
answered on 26 Mar 2009, 08:45 AM
Hi Koray Buyukoguz,

Could you please provide more details about your environment? Are you using a web farm with mixed 32/64 bit web servers? Or is there only one 64 bit server hosting your application?

Until we resolve that issue you could set the EnableScriptCombine property to false.

Regards,
Albert
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Koray Buyukoguz
Top achievements
Rank 1
answered on 26 Mar 2009, 09:19 AM
Hi,

There is only one 64 bit server hosting my application. We are not using webfarm.

Best Regards,

Koray Buyukoguz
0
Stroika
Top achievements
Rank 1
answered on 12 Dec 2011, 11:38 AM
Although we are using Telerik version 2008.3 on an 32 bit OS IIS process, we are still having the same problem in log !
Tags
Ajax
Asked by
Daniel Grandestaff
Top achievements
Rank 2
Answers by
Atanas Korchev
Telerik team
Mike
Top achievements
Rank 1
Koray Buyukoguz
Top achievements
Rank 1
Stroika
Top achievements
Rank 1
Share this question
or