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
Ignacio Machin ( .NET/ C# MVP ) - 18 Jul 2007 14:48 GMT
Hi,
> Hi
> I'm using macromedia flash.ocx version 8.0 I'm developing windows
[quoted text clipped - 7 lines]
> 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.
Mr. Arnold - 18 Jul 2007 14:51 GMT
> Hi
> I'm using macromedia flash.ocx version 8.0 I'm developing windows
[quoted text clipped - 10 lines]
> 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.