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

[Solved] NotifyScriptLoaded RadScriptManager

1 Answer 138 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 16 Jun 2008, 03:17 PM
Hi,

We are having a strange error.

ScriptLoadFailedException.  The script /Telerik.Web.Ui.WebResource.axd..........

Missing call to Sys.Application.notifyScriptLoaded.

The error is only happening for specific users on our network in IE6.  On one machine the app works fine logged in as me but when logged in as someone with less permissions on the same machine we recieve the above message.

From my understanding it comes from either invalid JS or missing the below.

if( Sys && Sys.Application ){

Sys.Application.notifyScriptLoaded();

}

But..........


Why would this message be privelage specific??????  If it works for one user it should work for them both.

Has anybody experienced this before.

Thanks for any help.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 18 Jun 2008, 03:41 PM
Hello Mark,

Please, see the following topics and check if they are related to the problem:

Deploying RadControls on Shared Hosting

Troubleshooting


Best wishes,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Mark
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or