当我打开一个xamlx文件时,设计师会显示:
我无法修复此问题。这是xaml:
<WorkflowService mc:Ignorable="sap" ConfigurationName="ExemptPAService" sap:VirtualizedContainerService.HintSize="516,1183" Type="Exempt"
mva:VisualBasic.Settings="Assembly references and imported namespaces serialized as XML namespaces"
有什么建议吗?
答案 0 :(得分:0)
看看第0行的结尾,你会发现Type="Exempt"
。正确地说,例外情况通知您Type
不是WorkflowService
上的属性或依赖属性。