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 thatTypeis not a property or dependency property onWorkflowService.