11-19-2013 07:53 AM
Yes, I included VISA drivers
11-19-2013 10:36 AM
I ran my executable on the target machine remotely in Debug mode and saw that I had an NI-XNET driver error -1074384895 occurring in the NI-XNET create session VI. I don't get this driver error when I run the exe or original code on the development machine. Does anyone have any suggestions or inputs?
Thanks
11-19-2013 10:38 AM - edited 11-19-2013 10:38 AM
11-19-2013 12:00 PM
The error means this:
NI-XNET: (Hex 0xBFF63001) An internal error occurred in the NI-XNET driver. Please contact National Instruments and provide the information from the file %ALLUSERSPROFILE%\Application Data\National Instruments\NI-XNET\niXntErr.log’ (Windows XP file location). On Windows Vista or Windows 7, the file can be found at %ProgramData%\National Instruments\NI-XNET\niXntErr.log. Please note that this location may be hidden on your computer.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
11-20-2013 12:28 PM
Hi all,
I'm currently getting error -1073807343 while running my executable remotely in debug mode. I made sure I created a VISA resource for my device on the target machine and downloaded the latest NI VISA driver and I'm still getting that same error. This seems to be what is preventing my .exe application from running. Any suggestions on how to fix this?
Thanks
11-20-2013 12:38 PM
@SolPS wrote:
Hi all,
I'm currently getting error -1073807343 while running my executable remotely in debug mode. I made sure I created a VISA resource for my device on the target machine and downloaded the latest NI VISA driver and I'm still getting that same error. This seems to be what is preventing my .exe application from running. Any suggestions on how to fix this?
Thanks
At his point, I think you are going to have to share some code.
12-05-2013 09:06 AM
Hi all,
Just to provide an update. I was able to finally build a working executable only by building an installer. I had to insert my LabVIEW Device driver cd in my computer and allowing automatc install under additional installer section.
Thanks