Hi
I'm using DevForce Silverlight 6.1.2.0
I have a Silverlight application running in Windows Azure. We started getting 503 errors and I found errors in the Event Viewer showing the application pool stopping after some errors.
I've pulled the database down from SQL Azure onto my development machine and I'm getting a StackOverflowException (an unhandled exception of type 'System.StackOverflowException' occurred in System.Runtime.Serialization.dll.
Where do I start to look as there is nothing in the debug log and I can't see how to catch this.
Some more testing and I get "An unhandled Microsoft.NET Framework exception occurred in w3wp.exe". So that would be IIS which means the application pool is stopping after a max of 5 failures which explains why I'm seeing the 503 error.
Kr
George
Edited by GeorgeB - 08-Aug-2011 at 10:05am