The "Loading circle" keep runing forever. The Deskop never show up.

Answered
0
0

Hi,

I am sorry I have encounter a problem that I don’t know how to fix. When I run the web with VS 2015 debug mode, the browser screen stopped at the “loading” circle and the Desktop control never show up. I add a break point at Application.Desktop = new MyDesktop(); (inside Program.cs) but it never get hit (pls refer to Capture04 attached below).

I tried many different way trying to clean the solution with using build / rebuild / clean the solution function of VS 2015 but none of it help.

Attached are 3 different case I can get when running the app in Debug Mode, with one of them having JavaScript error (Capture03). The source code for Default.html, default.json, and Program.cs are in (Capture04).

I am using Windows 10 Pro 64 bit, Visual Studio 2015, .NET 4.6.2, WiseJ 1.4.50.0.

Thanks,

Felix CHAN

  • Felix CHAN
    Hi, And, from Capture01 and Capture02, you can see that, in the case “Capture02” the “qx.js?v=1.4.50.0”, “Function code”, and “wisej.js?v=1.4.50.0” is not loaded, but the case in “Capture01” can load. But both case the Desktop cannot show up. I have no idea why and how these two case can be reproduced, it is random case. Thanks, Felix CHAN
  • You must to post comments
Good Answer
0
0

Hi,

The problem is solved by cleaning the solution manually, remove all files having DLL / PDB extension, and delete the “.vs” subfolder.

Regards,

Felix CHAN

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.