08-06-2014 05:03 PM
All of the sudden, when I tried to open a VI, I got an error message that said, "LabVIEW: Resource not found. An error occured loading VI 'VI name.vi". LabVIEW load error code 1: LabVIEW load error code %ld: %p". I tried to revert that particular VI to the previous version through source control, but that didn't help. Does anyone know what I need to do to fix this? Thanks!
08-07-2014 11:53 AM
Hi.
Just to clarify, your VI was running fine.
Did anything changed before you noticed this error?
What does your "name.vi" do?
Here is forum you might look at
http://forums.ni.com/t5/LabVIEW/LabVIEW-load-error-code-1-LabVIEW-load-error-code-ld-p/td-p/1854765
08-08-2014 02:14 PM
It was fine, and now I can't open the VI. It is possible that I forcefully closed the VI a few times with ctrl+alt+del. The name.vi is the host vi for an fpga application. It interacts with user, calls .NET DLL to communite with a DUT, pass data to/from FPGA, etc.
I had already looked at the link that you posted. Not sure does it apply to me.
08-11-2014 05:34 PM
I did some research in our system. Everything points to some curruption with dlls. I am thinking something got corrupted with dlls when you did force shut down (ctrl+alt+delete).
How far back can you go with your vi?
08-12-2014 12:21 PM
I went back one version, and that didn't fix the problem. Later, I went back one extra version, and that fixed it. Thanks!