Supprise Com Exception

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I'm using macromedia flash.ocx version 8.0 I'm developing windows
application with c#
Sometimes
"Attempted to read or write protected memory. This is often an indication
that other memory has been corrupted"
exception occurs in my application.
I think com component cause this
I don't want to see any error message window about this exception. Is there
any
Visual Studio.Net IDE setting

Note: I have tried
Tools/Options/debugging/Just in Time do not work

Best Regard
 
Hi,

Hi
I'm using macromedia flash.ocx version 8.0 I'm developing windows
application with c#
Sometimes
"Attempted to read or write protected memory. This is often an indication
that other memory has been corrupted"
exception occurs in my application.
I think com component cause this
I don't want to see any error message window about this exception. Is
there any
Visual Studio.Net IDE setting

I don't thikn you can do it, most probably the COM object tried to access a
part of the memory it has no access to and the OS's default response is to
display a dialog.

Check with Adobe to see if this is a know problem.
 
Hi
I'm using macromedia flash.ocx version 8.0 I'm developing windows
application with c#
Sometimes
"Attempted to read or write protected memory. This is often an indication
that other memory has been corrupted"
exception occurs in my application.
I think com component cause this
I don't want to see any error message window about this exception. Is
there any
Visual Studio.Net IDE setting

Note: I have tried
Tools/Options/debugging/Just in Time do not work

Menu/Debug/Exceptions will throw any type exception you want to look at.
 
Back
Top