all groups > visual studio .net debugging > august 2006 >
You're in the

visual studio .net debugging

group:

Debug access violation exceptions


Debug access violation exceptions eduwushu
8/20/2006 11:20:01 PM
visual studio .net debugging: Hi
I have developed a windows forms application in C# and sometimes i'm getting
an acces violation exception but i don't know where this exception comes
from. The environment warns me of teh exception and when i select interrup to
see where is this exception happening it points me to the Application.Run
method but i can't wonder why.
Is there any way to get more information on what could be the error i'm
Re: Debug access violation exceptions Oleg Starodumov
8/21/2006 12:00:00 AM

[quoted text, click to view]

What is on the call stack at this moment?

You can also try to enable unmanaged debugging in the project settings,
debug the application and check the call stack again when the exception is thrown.

Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]


AddThis Social Bookmark Button