LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1 occurred at AB_Destination.lvclass:

during the build (source distr) the folliwing pops up:
Error 1 occurred at AB_Destination.lvclass:Copy_File.vi -> AB_Source.lvclass:etc etc...
It first made a path and a file in build directory:
C:\builds\Program Files\National Instruments\LabVIEW 8.5\resource\visarc

then I deleted it - then this problem started popping.
restoring this directory and file does not help....
0 Kudos
Message 1 of 4
(4,168 Views)

Hi,

Maybe you can find the answer of your question on this post: http://forums.ni.com/ni/board/message?board.id=170&message.id=273233&query.id=8314#M273233

    Benjamin R.


Senior LabVIEW Developer @Neosoft


0 Kudos
Message 2 of 4
(4,166 Views)
thanks. this helps.
I know the following might be slightly off the topic but I can;t find a way to add to the source distribution the directory containing .txt files neccessary for the operation of the code.
Help says:
From the Project Files tree, select the items you want to define as always included. You also can select multiple files in the Project Files tree to add several files at one time to the Always Included or Always Excluded listboxes.

But in source files I can select only the main VI and then in source file settings I have Main VI and dependencies (other sub-VIs).
I must say that LV 7.1 was much better for all this stuff - more intuitive.
I'll appreciate any and all suggestions.


0 Kudos
Message 3 of 4
(4,164 Views)

I too recently saw this error under the same circumstances. It turns out that this can occur when a VI within a diagram disable structure (DDS) is pointing to a copy of a DLL which conflicts with a different copy of the same DLL in use elsewhere within the project. The fix is to pull the VI out of the DDS and let it update all its links to be the same as that used by all the other active project VIs that use the DLL. Save All within the project and try the build again

0 Kudos
Message 4 of 4
(2,266 Views)