Whilst I am debugging my prog I get the following errors:
They dont stop my code running - they just appear in the "Output" window of Visual Studio.
Whats going on? are they something I should be worried about , should I be trying to stop these type of messages occuring by more closely debugging my program and fixing the code?
Code:
A first chance exception of type 'System.ObjectDisposedException' occurred in System.Windows.Forms.dll
Code:
A first chance exception of type 'System.NullReferenceException' occurred in Foo.dll
They dont stop my code running - they just appear in the "Output" window of Visual Studio.
Whats going on? are they something I should be worried about , should I be trying to stop these type of messages occuring by more closely debugging my program and fixing the code?