UWP XAML designer exception - Template10 stopped working suddenly

122 Views Asked by At

From one moment to another I am receiving the following error messages: When starting the UWP app: One of the content dialog constructor -> InitializeComponent() throws the following exception:

Windows.UI.Xaml.Markup.XamlParseException: 'The text associated with this error code could not be found. Cannot deserialize XBF metadata property list as 'Behaviors' was not found in type 'Microsoft.Xaml.Interactivity.Interaction'. [Line: 0 Position: 0]'

http://prntscr.com/rb8bdj

And I can't open the XAML Designer: http://prntscr.com/rb8boo

Template10 version: 1.1.12 Microsoft.Xaml.Behaviors.Uwp.Managed: 2.0.1 So the latest.

There was no any previous sign, this error come up from one moment to another today, everything was working smoothly before.

Can you please suggest anything how can I fix it or debug it?

Solution: Finally figured out that anything went wrong with the project configuration, after deleting and readding the debug config solved the problem.

0

There are 0 best solutions below