canton7 / Stylet

A very lightweight but powerful ViewModel-First MVVM framework for WPF for .NET Framework and .NET Core, inspired by Caliburn.Micro.
MIT License
988 stars 143 forks source link

invalid binding! #132

Closed hdzs closed 4 years ago

hdzs commented 4 years ago

After I added this style to the xaml file, my binding was invalid ... After testing, I found that after removing the reference to the svg file, the binding worked again. I think this is not the root cause, because I have loaded svg files on other pages, and this problem has not occurred. The reference to load the svg file is "http://sharpvectors.codeplex.com/svgc/"

program.txt

canton7 commented 4 years ago

Are you sure this is a Stylet issue?

If you are, please provide the code necessary to understand your problem. I don't what "the xaml file" or "my binding" are.

canton7 commented 4 years ago

Closing as no response