Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
Error on terminating project
posted

[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 unhandled
Object 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?

 

 

Parents
No Data
Reply
  • 12480
    Offline posted

    Hello,

    In order to debug an exception, I will need a reproduction sample. Can you post a sample of your code?

Children
No Data