views:

156

answers:

1

Hi,

I experience a problem with GWT 1.6 in IE8 (I have enabled native XMLHTTP support). The scenario i this: The first time I enter a page, it renders fine with no problems. But in subsequent requests, the page fails with a JavaScript error:

Message: Exception thrown and not caught
Line: 5067
Char: 237
Code: 0
URI: http://someurl/somehashcode.cache.html

It happens in both standard mode and compatibility mode. The strange thing is that I do not experience the error when I run the application on localhost through the ASP.NET dev server. Only when I run it from a Windows 2003 server.

Does anyone have an idea, why this happens?

I would appreciate any kind of help - thanks in advance.

/Henrik

+2  A: 

Hi

You always use the last version of stable release of GWT. This kind of error is from GWT compiler and you must report it to GWT team. Maybe this problem fixed in the last version of GWT.

Saeed Zarinfam
Thanks for your responses. The team behind the GWT-driven component will soon update to 2.0. I hope it will solve the odd behaviour.
Henrik