OPCFoundation / UA-ModelCompiler

ModelCompiler converts XML files into C# and ANSI C
MIT License
151 stars 94 forks source link

Two namespaces from one model #182

Open nikolastilinovic opened 4 months ago

nikolastilinovic commented 4 months ago

Compiler fails if model has two namespaces: image

Is this not supported or am I doing something wrong or could it maybe be due to the Import method which always uses only the first model on line 1678? image

Here is the simple example which will throw the exception: testV1V2.txt