SL 5 OOB application is crashing when connected to a specific server.
Our application has been running fine in the VS 2012 environment, with the SQL Server DB local and also remote. And this is in debug and release modes. Today, I got it running on a cloud server, was able to login to my app, do some testing on part of my application. Then when I started to test another section of the application, I got this error message while debugging the problem:
Unhandled exception at 0x51BFEFE2 (coreclr.dll) in sllauncher.exe: 0xC00000FD: Stack overflow (parameters: 0x00000001, 0x00212FFC).
The message I receive when the error occurs in my application is a Windows dialog with this header and message:
Microsoft Silverlight Out-of-Browser launcher has stopped working - A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
Any suggestions on what to try, or what the problem might be. I don't know the type of information you might need to resolve this.
Thanks
Craig