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:
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
"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