You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the TempHire sample project, in the Harness.SL project, when I open StaffingResourceSummaryView in the designer, and switch from XAML to Design, an error is thrown:
"You must first set a valid CompositionProvider by using Composition.SetProvider."
I believe something is not getting set up correctly with MEF. It's trying to create the design time data context and something is failing.
Greg
The text was updated successfully, but these errors were encountered:
In the TempHire sample project, in the Harness.SL project, when I open StaffingResourceSummaryView in the designer, and switch from XAML to Design, an error is thrown:
"You must first set a valid CompositionProvider by using Composition.SetProvider."
I believe something is not getting set up correctly with MEF. It's trying to create the design time data context and something is failing.
Greg
The text was updated successfully, but these errors were encountered: