- [locked] Opc.Ua.NodeSet2.ua
- [locked] Opc.Ua.Di.NodeSet2.ua
- [locked] Opc.Ua.PackML.NodeSet2.ua (download from GitHub)
- [locked] Opc.Ua.TMC.NodeSet2.ua (download from GitHub)
- MyCustom.NodeSet2.ua
- .NET Server 4.0
I am using 1.7.1.577
During the generation of the cs files,I see on the very top (where namespace should be) this error (in particular in the Classes.cs file):
Code: Select all
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml;
using ;
using UnifiedAutomation.UaBase;
using UnifiedAutomation.UaServer;
I think this is a serious bug that need particular attention, because every time fixing replacing manually is a waste of time. The bug is in both 1.7.0 and 1.7.1.