简体   繁体   中英

Problem with Workflow Designer

When I open a xamlx file the designer shows this:

在此处输入图像描述

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?

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM