Visual Studio freezes
martinsalo
Hello Forum,
I'm using SAP B1 9.0 PL11 32 Bit with Coresuite 4.60 x86. I have installed the PL11 DLLs. Its a Windows 2012 Server x64. MSSQL 2012.
Problem 1:
At the first startup, Coresuite fails to load. I have to go to administration and start it manually.
I have added the debug log:
http://www.file-upload.net/download-10465127/coresuiteDebugLog.zip.html
Problem: 2
I'm debugging through my source code and the Visual Studio freezes. The freezing happen if the degbugger jumps into the catch clause:
// Here is a Exception thrown.
} catch (Exception ex) {
string s = ex.ToString(); // This line is not reached.
throw;
}
The debugger jumps into the catch, but after pressing F10 again, the next line isnt reached.
Thanks
Martin
0
Please sign in to leave a comment.
Comments
0 comments