Switch Hardware and Software

cancel
Showing results for 
Search instead for 
Did you mean: 

niSE_OpenSession Generates First-Chance exception

I am writing application code using Visual C++ 6.0 and am getting several of the following message in my debug output:

First-chance exception in Application.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.

Using the debugger, I was able to track this exception down to a niSE_OpenSession call that I am making. The call is pretty straightforward, so I was wondering if this is a problem that should be addressed or if this is normal behavior.

I am using:
SwitchExecutive 2.10.49161.
NI-SWITCH 3.00.49161

Thanks,
John

0 Kudos
Message 1 of 2
(6,716 Views)
This is normal. The exception comes (continue to read if you are interested) from the IVI layers that are used to access the IVI configuration store. These exceptions are expected and handled within the IVI components and the underlying COM libraries they use.
NISE is not seeing these exceptions, and they are definitively not passed on to the client code such as yours. The bottom line is - ignore them. I hope this helps!

-Serge
0 Kudos
Message 2 of 2
(6,708 Views)