I built a .net assembly from Labview 2010 and tried to call it from teststand. I got following errors:
"Error , An exception occurred inside of the call to .NET member 'RJ45SwitchCtrl':
NationalInstruments.LabVIEW.Interop.VIAssemblyException: Failed to call InitLVClient function.
at InteropAssembly.LabVIEWExports.RJ45SwitchCtrl(Boolean[*] InputRelayStatus, UInt16 DeviceSelection, LVEnum_1 InterfaceSelection) [Error Code: -17500, Operation Failed.]"
I have the same labview run-time engine and .net framework installed in both PC. What could be wrong for the call then?