工作流程设计器的问题

发布于 2024-11-13 03:05:50 字数 429 浏览 4 评论 0原文

当我打开 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" 

有什么建议吗?

When I open a xamlx file the designer shows this:

enter image description here

I am having trouble fixing this. Here's the 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" 

Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

诗笺 2024-11-20 03:05:50

查看第 0 行末尾,您会发现 Type="Exempt"。该异常正确地通知您 Type 不是 WorkflowService 上的属性或依赖属性。

Look at the end of Line 0, you'll find Type="Exempt". The exception, rightfully, notifies you that Type is not a property or dependency property on WorkflowService.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文