Question

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

enter image description here

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top