Handle Exceptions and Debugging
Hi all...
I have a Silverlight Chat Application.
When I run the application, I get a bunch of Exceptions - A first chance of Exception of type 'System.IO.FileNotFoundException' and A first chance of Exception of type 'System.OutOfMemoryException'.
There is no error in the code(nether logical error nor syntax error).
How to solve these issues ??
Please help...
Also, in the same application, there is one strange thing happening while debugging the code...
After I debug the Login Page and redirect to other page, then after the page load event, the debugger comes back again to the Login Page and continuously debugs it.
I am not finding a solution for this.
Please help..........
Thanks a lot in advance...