gamad
September 26th, 2006, 02:31 PM
Hi,
I wrote a C# application that works with a VC++ dll.
When I debug it, using F5, even without any breakpoints it works, but if I double click the exe file (its compiled in a debug version so I'm using the same exe), I get a NullReference exception when I get to the point where I call the C++ dll.
I checked it and its the same exe for sure.
What could be the problem???
Thanks,
I wrote a C# application that works with a VC++ dll.
When I debug it, using F5, even without any breakpoints it works, but if I double click the exe file (its compiled in a debug version so I'm using the same exe), I get a NullReference exception when I get to the point where I call the C++ dll.
I checked it and its the same exe for sure.
What could be the problem???
Thanks,