charri / Font-Awesome-WPF

FontAwesome controls for WPF+UWP
MIT License
530 stars 147 forks source link

Example doesn't build #6

Closed pushrbx closed 9 years ago

pushrbx commented 9 years ago

In the newer version (4.2.0.2) the example doesn't build. The Spin property is missing, and the references are incorrect in the xaml files.

image

Visual Studio 2013 Ultimate

charri commented 9 years ago

Thank you for your comment.

I was able to verify the problem. will have a more detailed look tomorrow. Until then i advise to change the xaml namespace reference from

xmlns:fa="http://schemas.fontawesome.io/icons/"

to

xmlns:fa="clr-namespace:FontAwesome.WPF;assembly=FontAwesome.WPF"

it should work like that.

charri commented 9 years ago

basically the packages.config was referencing to an obsolete package. the example has been fixed. you will need to restore the nuget packages, remove the old package from nuget's package folder. If visual studio still complains, clean the solution and restart visual studio (did the trick for me)