ThinkGeo.com    |     Documentation    |     Premium Support

Windows 8/ IE 10 compatibility

My application won't work in IE 10, but it works in chrome, and IE 9.


 


The debuggger in IE 10 throws the following errors.


 


 



SCRIPT5009: 'theForm' is undefined 


func_GeoResource.axd, line 292 character 1


SCRIPT5007: Unable to get property 'w' of undefined or null reference 


opl_GeoResource.axd, line 175 character 60


SCRIPT5009: 'WebForm_DoCallback' is undefined 


msiq.aspx, line 49 character 36


 


 


 



Hi Eric, 
  
 Thank you very much for reporting this problem. Actually we haven’t done a test against IE10. We will try To make a demo to reproduce the problem ASAP. BTW, can you let us know what’s the secnario you are trying? 
  
 Thanks, 
 Johnny

My application won’t even load, so I am not sure what scenario is causing issues.

Hello Eric, 
  
 We will let you know the result as soon as we recreate the problem. 
  
 Thanks for your patience. 
  
 Gary.

Hi Eric, 
  
 After a further investigation, we did find some problems with IE10, but most of them are related to the editing stuff and the exception messages are different from what you have mentioned, now we are focusing on them with the highest priority, could provide some features of your application, such as what Overlays you have, is there any editing stuff, any other Callback commutations etc.? So that we can make a demo on it. Looking forward your further information and sorry for the waiting. 
  
 Thanks, 
 Johnny 


I can send you my project, it is complex and uses many features.  Many different overlays, many call backs.

I had the same problem. It was bug in ASP.Net detecting IE 10. There is hot fix, see article: 

hanselman.com/blog/BugAn...ition.aspx



 



Thank you very much, Galen, I guess we canl try reproducing the broken issue mentioned at the link to see if we can get something. 
  
 Regards, 
 Johnny

Guys,


Here is proved a hotfix In Asp.net. here are two ways to fix it.
1.       Just upgrade the Framework to 4.5, even needn’t to do any configuration in IIS.
2.       Just upgrade the relative KBs.
a.       .NET 2.0: Reference the kb article support.microsoft.com/kb/2600100
b.      .NET 3.5: Reference the kb article support.microsoft.com/kb/2608565
c.       .NET 4.0: Reference the kb article support.microsoft.com/kb/2600088
 
If any questions, please let me know.

Regards,


Johnny