I am using Labview 8.5 and have Microsoft .Net 2.0 installed
How do I call the following from "System.Runtime.Remoting" in Labview?
RemotingConfiguration.Configure(this.ConfigFile, false)
I am able to call other static methods such as the MessageBox.show() from the System.Windows.Forms.MessageBox but I can't find the RemotingConfiguration.Configure from the browsable list using Labview.
Thanks,