Pregunta

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

enter image description here

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top