[I'm not sure if this is within the correct forum group....]
When I run my VS2008 project in design time, once it is terminated, the following error is displayed:
NullReferenceException was unhandledObject reference not set to an instance of an object.
The error has the following exception detail:
System.NullReferenceException was unhandled Message="Object reference not set to an instance of an object." Source="System.Windows.Forms" StackTrace: at System.Windows.Forms.UnsafeNativeMethods.IConnectionPoint.Unadvise(Int32 cookie) at System.Windows.Forms.AxHost.ConnectionPointCookie.Disconnect() at System.Windows.Forms.WebBrowser.DetachSink() at System.Windows.Forms.WebBrowser.Dispose(Boolean disposing) at System.ComponentModel.Component.Dispose() at Pintexx.Components.Desktop.pinEdit.pinEditWinFormControl.Dispose(Boolean disposing) at System.ComponentModel.Component.Finalize() at Pintexx.Components.Desktop.pinEdit.pinEditWinFormControl.Finalize() InnerException:
This doesnt occur when running the project outside of Visual Studio, and so I'm unsure what the problem is, it appears to be outside my application.
Can anyone point me in the right direction?
Hello,
In order to debug an exception, I will need a reproduction sample. Can you post a sample of your code?