LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why LV 8.5 .NET project can't run on a network drive

 
0 Kudos
Message 1 of 2
(2,510 Views)
This is by design of .NET. It has to do with security. You can setup the .NET assembly to allow it to be called from a network drive, but the steps are pretty convoluted, and, in my experience, not very reliable in terms of actually working. You can check around on MSDN to find out how to allow a .NET component to be accessed remotely.
0 Kudos
Message 2 of 2
(2,509 Views)