I have a C# form application which calls through interop a C++ dll I created. I can run the application standalone and it runs fine. I can set up a project for the DLL and debug it fine through the native mode debugger using my application to initiate the call. However, if I run the application using the VS2008 C# debugger the instant it calls the DLL Windows Vista gets a blue screen. Can anyone provide an explaination for this? Thanks.
Oh. I am using .net 2.0 "RFlaugher" wrote: > I have a C# form application which calls through interop a C++ dll I created. > I can run the application standalone and it runs fine. I can set up a > project for the DLL and debug it fine through the native mode debugger using > my application to initiate the call. However, if I run the application using > the VS2008 C# debugger the instant it calls the DLL Windows Vista gets a blue > screen. Can anyone provide an explaination for this? > > Thanks.