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

[Solved] Getting these errors in IE 8 for code that worked in IE 7

1 Answer 176 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark Brown
Top achievements
Rank 2
Mark Brown asked on 31 Mar 2009, 03:58 PM
I've taken production code that is running in IE 7 and tried it in ie 8 and got the errors I've copied below.  Have these been seen before and are there generic fixes that have to be made for ie8?  I'm using q1 2009 code.

Thank You
Mark Brown


User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)

Timestamp: Tue, 31 Mar 2009 15:46:14 UTC

 

 

Message: Object doesn't support this property or method

Line: 43

Char: 1

Code: 0

URI: http://localhost:54381/WrenLicense/ScriptResource.axd?d=KGW3jeJ5aWNPv44BIG2qS6tAwMpxZ0hwEM--9hPvrZqjWHIKr1AEaCwpUxsaNCa9Xny9L_uvdL9XhNmXBzoQDutyZhNgEhnpKF_qoCz2M5A1&t=ffffffffe937dfa6

 

 

Message: Sys.ArgumentException:  does not derive from Sys.Component.

Parameter name: type

Line: 2707

Char: 9

Code: 0

URI: http://localhost:54381/WrenLicense/ScriptResource.axd?d=fjFTbuYeDhVNJ6QG7GFPICZpQYEhwWLAK_1a1JKPHVTNYcGYW_6GbkkiF8CYCL-_biXjC0yhUTAcfyWSh92dtetk1WyzU6V3MrLbeDSS8Vw1&t=ffffffffd60645ec

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 02 Apr 2009, 08:00 AM

Hi Mark Brown,

There are some known issues in IE8 which we will address with the upcoming service pack. Until then we recommend you use the meta tag which will switch IE8 into IE7 compatibility mode.

<meta http-equiv="X-UA-Compatible" content="IE=7" />

Anyway we would like to investigate the issue further as we are not aware of such error messages in IE8. Is there any live URL where we can observe that behavior? Also could you reproduce it in any of our online demos?

Looking forward to your reply,
Albert
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Mark Brown
Top achievements
Rank 2
Answers by
Atanas Korchev
Telerik team
Share this question
or