01/25/2017
Hi,
I'm trying to implement a simple version of the OPC Ua Client into a existing system as a part of it. When I check the sample applications some parts are constructed with Windows Forms. Is there an easy way to separate this parts from the rest of the application? I want to change the GUI to not be connected to Windows Forms.Â
When i check it seems to be that an ApplicationInstance is created on the client and this instance that the client seems to be very depending of is very tailormade for running with a Windows Forms Application. (ApplicationInstance application = new ApplicationInstance();)
I also need to sign the DLL's to be able to use them and Client Controls refers to Ua Configuration, which refers to an extern file Interop.Net.FwTypeLib.dll which i can not rebuild.
1 Guest(s)