How can I access a legacy OAS Service on a different node that is older than version 5.0.0.0?
Modify the file DANSrv.exe.config in the directory C:Program Files (x86)Open Automation SoftwareOPC Systems.NET with Notepad or a text editor.
Set the property EnableRemoting to True.
1 |
<add key=""EnableRemoting"" value=""True""/> |