working with .NET 2.0 and .NET 1.1
-
well, I'm trying to write a .NET 2.0 application (since I need serial-ports and I hate using non-.NET-components) but I have a problem... every time I run my programm (serial-ports don't do anything yet so that shouldn't be the problem) I get a NullReferenceException... when I try to run it with the debugger, first it's about 500times slower and second the exception isn't thrown at all but the debugger locks up somewhat later... I'm using threads so maybe that could be the cause but the main problem I got is: when the exception is thrown (without debugger) it gives me the option to launch the jit-debugger... but when I click to launch it it launches visual studio 2003; and that just can't debug .NET 2.0 so: how do I get the jit-debugger to use vs2005? any idea? thanks, so long.