Hi there !
I want to access an active x server compiled with Labview 6.0i from
C#.Net. There are some Examples using VB but not C#.
Here is my Example Code:
....after adding a Reference to LVSERVER...
LVSERVER.Application LVApp = new LVSERVER.ApplicationClass();
string test = LVApp.ApplicationDirectory;
.... The Labview Application starts correctly , but in the second Line
I get an Exception like this:
----------------------------------------------------------------------------------------------------------------
An unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll
Additional information: Unknown language.
-----------------------------------------------------------------------------------
-----------------------------
Do you have any ideas ?
Greetings Roland