03-20-2008 08:22 AM
03-20-2008 08:37 AM
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
03-20-2008 09:14 AM
03-09-2021 10:34 AM
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