charri / Font-Awesome-WPF

FontAwesome controls for WPF+UWP
MIT License
533 stars 145 forks source link

Cannot add nuget package to Windows Phone 8.1 application #7

Closed ghost closed 9 years ago

ghost commented 9 years ago

When I try to install the nuget package 4.3.0.2, I have this error:

Failed to add reference to 'PresentationCore'. Please make sure it is in the global assembly cache.

charri commented 9 years ago

I'm guessing the PresentationCore is not available for Windows Phone SDK, so that is why the error occurs.

As you can see from the screenshot below, the dll is used in several places so simply dereferencing won't help...

image

Have you tried using the following package instead? Haven't used it personally but might work. https://www.nuget.org/packages/FontAwesome.Portable/

ghost commented 9 years ago

This package is not working, it is compiled in debug and cannot be deployed to store...

I'm finally using FontAwesome directly.

charri commented 9 years ago

:thumbsup: