你好!
我在运行iModel SDK 中的 Sample 出错。
"Hello iModel" "CompleteDemo.sln", "imodelView.csproj" "iModelView.cs"
第40行:
m=IModelFile.OpenForAugmentation(imodelFilePath, imodelFilePath_augmented, true);
错误信息:
The 'ShortLabel' start tag on line 2 position 21311 does not match the end tag of 'Unit_Attributes', Line 2 position 21475.
大约是什么情况呢?
谢谢!
您好,这是个SDK已知的问题,与schema的unicode字符处理有关。
临时解决办法是将您电脑系统语言改为English可解决该问题:
彻底解决需要等下个版本SDK包更新。