Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Browser not showing anything after migration to GWT 2.7

    Hi Admin ,

    My gwt application was working on GWT 2.4 . After that i migrated this to GWT 2.7 but after this nothing is being rendered in browser . Browser is showing loading only . I checked via developer tool found that , It is saying [COLOR=#ff0000]Unable to get property 'Browser' of undefined or null reference .I am using ie11 . [/COLOR][COLOR=#000000]Thanks in avance .

    ENV :Ie11 on Windows 7[/COLOR]
    Last edited by dsrivastav; 8 Dec 2015, 01:12. Reason: GWT2.7

    #2
    This sounds like you just aren't loading the SmartClient runtime anymore (files such as ISC_Core.js). You may have forgotten to run a GWT compile, or if you are trying to use SuperDevMode, you should look over the instructions in the Debugging topic.

    Comment


      #3
      What is the exact version of SGWT that you're using, including both the release and build date? You may want to update to the latest patch build for your release.

      Comment

      Working...
      X