Hi,
(Note: This thread was mistakenly posted in the "RadUpload" section; very sorry about that!)
We're getting a really odd error occur with an application using a
range of Telerik controls (RadEditor, RadGrid, RadTreeView, etc) that
works fine in IE7 but in Firefox we are seeing the following error
appear in the Firefox Error Console when we load the first of several
controls. Once the error has occurred, no script or styles appear to
work in any subsequent controls.
This error fires once the first control has loaded, regardless of the type of control we have loaded first.
| Error: uncaught exception: [Exception... "An invalid or illegal string was specified" code: "12" nsresult: "0x8053000c (NS_ERROR_DOM_SYNTAX_ERR)" location: "http://rexshad-74306jb/ExhibitorPortal/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_HiddenField&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2007.3.1425.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a48a19736-c022-4131-bf7d-fcbe4aa553d6%3a393f5085%3a34f9d57d%3a526d426%3a80c4ad6d%3a527acb41%3a3c2b629f%3acf187033%3a37e97092%3a1d42ade9%3a251a9451%3a81330300%3a9703c1f0%3aa3f85c94%3a665c7bcf Line: 1245"] |
| Source File: http://rexshad-74306jb/ExhibitorPortal/ScriptResource.axd?d=WGHC5g2LE5q9GhN0AU7_4qkFZDYtNUOA5TB5ypjC8hQ0d-S9H_HIVOVooM3ftG-Ld-aE8DJ11qSdAW3PEQKdI7qrAYqAZty6lLy15AUaGUA1&t=633386647776777396 |
| Line: 4305 |
I know I need to put more info up here, but I just wanted to see if anyone had even seen this before?
It seems to me to be a problem with the request being sent to the
ScriptResource.axd - possibly a character that isn't being escaped...
although I may be completely wrong!