Frage

I am facing this error when I add a dll in my Windows Phone 7.1 project

enter image description here

War es hilfreich?

Lösung

The only DLL you can reference in a Windows Phone app are the PCL (Portable Class Library) and those compiled specifically for Silverlight. The DLL you're trying to add targets the desktop version of the .NET Framework, and therefore can't be used.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top