When I built my application and put it on another computer, I get a 'Find the .NET Assembly Named "ULx_LV.dll" window, showing the file requested right there in the data folder.
Since it is in the correct folder, why can't LabVIEW find it?
I have built the application on Win 7 and trying to run in on Win 10.
I have looked the problem up, and found three solutions:
1. Make sure it is included in the build - it is.
2. Use a relative path to call the DLL - build a relative path in LabVIEW and this path will be valid in the deployed machine - I tried to move the file in project explorer, but can't because it's greyed out.
3. Make sure the DDL is not included in your user.lib library. In project explorer, the file is listed in the vi.lib folder under dependancies. - is this okay?
Please help.