Hi!
When I debug a C# program and I get an exception throwed (either thrown by code OR thrown by the framework), the IDE stops and get me to the corresponding line in my code.
Everything is fine for now.
I then press "F5" to continue. From this moment, it seams like I'm in an infinite loop. The IDE alway's get me back the the exception line. I have to Shift-F5 to get out of this.
I talked with some co-workers here and they told me that this happens sometime to them too.
Do you have an idea of what's happenning?
Thanks
vIceBerg