Hi Danny, I had a similar problem when I was parsing an XML document. In my case, I was a little careless about trapping errors and casting classes. As it turned out Safari and Firefox ignored the errors while IE generated an error. I was able to identify the offending lines of code and rewrote them and made sure that I caught all the errors.
Hope this helps, Arend On Thu, Feb 5, 2009 at 4:57 AM, Danny Goovaerts <[email protected]>wrote: > > I have a GWT application that runs OK in hosted mode. When I compile > it, it gives a script error on Internet Explorer 7. The compile > version runs correctly in Firfox, Chrome and Safari. > I've turned on script debugging in IE7 and it gives me the following > message (translated from Dutch) > -------------------------------------------------------------- > Line : 2 > Character : 23530 > Error : Exception activated but not handled > Code: 0 > ------------------------------------------------------------- > > Can anyone point me to some documentation how I can further > investigate what's wrong. The application is quite big, so it's not so > easy to isolate the piece of code where it goes wrong. > > Thanks, > > Danny > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
