I'm getting the same exception when running with Chrome (9.0.x dev) but only on
one of three development computers. It is not obvious what is different between
the computer where I get this exception and the others. Note that there is no
problem with the deployed system -- only when debugging
Hi
I have a very simple entry point like the following:
public class Dummy implements EntryPoint {
@Override
public void onModuleLoad() {
RootPanel panel = RootPanel.get();
panel.add(new Label("aaa"));
}
}
When run in development mode, the application is loaded successfully in IE7.
However, it