So I'm attempting to build an application that calls .net code to do some heavy lifting that labview can't do.
The problem is when I build the application I lose my .dll's So I dig though the file system to locate them, even move them /windows/system or /windows/system32 or even in the same folder as the exe... Or maybe in /data/*.dll above the exe.
Nothing works. And relinking them via searching tells me they are wrong.
Any help?