The setup :
-NI-PXI 5142
-Windows 7
-VisualC++ Express 2008
I get error 0xBFFA002E (initialization failed in driver dll) from niScope_init(), but only if the executable is on a network drive.
If I copy the executable on the local disk, the program works.
There was no issue with XP, the problem appeared when we switched to Win7.
The network drive is mapped with a letter (the used path is X:\dir\file instead of \\server\dir\file) so this is not a path syntax issue.
It looks more like a Win7 network drive trust issue (maybe from a .NET part in the driver ?).
Is there a simple way to fix that ?
Thanks,
PM