K
Keith Patrick
I have an assembly that fails to run because of some SecurityException
related to my permission settings. I *really* want to figure out why the
failure occurs, but when I debug in VS.Net, it happens so early (during
loading) that I cannot step into code to look at the stack trace. The only
thing I can know is that it's a SecurityException; no watching of the
exception object because I never get to my own code. Is there any way to
debug this? I can't even get another process to attach a debug session to,
so I would even take doing something like java where I go "java
myassembly.exe -verbose"...anything with some kind of verbose logging.
related to my permission settings. I *really* want to figure out why the
failure occurs, but when I debug in VS.Net, it happens so early (during
loading) that I cannot step into code to look at the stack trace. The only
thing I can know is that it's a SecurityException; no watching of the
exception object because I never get to my own code. Is there any way to
debug this? I can't even get another process to attach a debug session to,
so I would even take doing something like java where I go "java
myassembly.exe -verbose"...anything with some kind of verbose logging.