browse: forums | FAQ
Connecting Tech Pros Worldwide

Hey there! Do you need Visual Basic .NET help?

Get answers from our community of Visual Basic .NET experts on BYTES! It's free.

Error when ending debug

thomasp@msala.net
Guest
 
Posts: n/a
#1: Nov 21 '05

Using VB2005 Beta 2

When I closes out a debug session in the IDE, I receive the following error.
The error seems to have no effect on the program. I click continue and all
is well. When the code is ran outside the IDE, there are no errors. Even
so, I want find the problem and fix it.

System.AccessViolationException was unhandled
Message="Attempted to read or write protected memory. This is often an
indication that other memory is corrupt."
Source="System.Windows.Forms"
StackTrace:
at
System.Windows.Forms.UnsafeNativeMethods.IConnecti onPoint.Unadvise(Int32
cookie)
at System.Windows.Forms.AxHost.ConnectionPointCookie. Disconnect()
at System.Windows.Forms.AxHost.ConnectionPointCookie. Finalize()


Thanks,


Thomas

--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access



Closed Thread