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

Deployment error

3 Answers 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Clark
Top achievements
Rank 1
Clark asked on 16 Feb 2011, 09:27 PM
I just deployed my web app and I am getting javascript errors, when I run it in VS .NET 2010 and on my local machine's IIS it's fine but when I deploy it to our test server I get this error.

"Webpage error details

Message: 'Sys' is undefined
Line: 79
Char: 1
Code: 0

Message: 'Sys' is undefined
Line: 201
Char: 1
Code: 0

"

the offending line is:

<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('RadScriptManager1', 'form1', ['trgSpeakersPanel','','trgSponsorsPanel','','tRadAjaxManager1SU',''], [], [], 90, '');
//]]>
</script>

I have searched this topic with no fixes working yet I do know there are legacy apps running on this that use an older version of Telerik controls. I am using VS.NET 2010 and .net framework 4.0.

Thanks

3 Answers, 1 is accepted

Sort by
0
Clark
Top achievements
Rank 1
answered on 17 Feb 2011, 03:16 PM
Any help would be great, I need to get this resolved soon.

Thanks.
0
Accepted
Simon
Telerik team
answered on 17 Feb 2011, 04:36 PM
Hello Clark,

Please see this help topic for more info about the issue and its resolution.

Kind regards,
Simon
the Telerik team
0
Clark
Top achievements
Rank 1
answered on 17 Feb 2011, 09:18 PM
Thanks for the help. The article helped me verify that the axd file was there. One thing that might help devs in the future with this issue is I was able to fix it by setting the Application pool to Integrated instead of classic, that wasn't in the article but It probably should be.

Thanks!
Tags
Grid
Asked by
Clark
Top achievements
Rank 1
Answers by
Clark
Top achievements
Rank 1
Simon
Telerik team
Share this question
or