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
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
Please login first to submit.