|
-
Sep 19th, 2004, 01:06 PM
#1
Thread Starter
Junior Member
JIT Won't Work
Okay in Visual Studio 2003 I am having a problem getting the Just-In-Time (JIT) debugger to work with my C# application with forms.
It works with console applications; I tested it with the code:
Code:
And the console application lets me break and do all that stuff that it should do with the JIT but my application with forms doesn't.
I've made sure that in my machine.config file has JIT enabled and the same in app.config but still no luck. Anyone have any ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|