Build a .NET dll to WP7

前端 未结 2 1525
迷失自我
迷失自我 2021-01-05 12:00

How can I port a C# dll to WP7?

I have the .dll source code successfully building on desktop but when I try to reference the dll on a WP7 project I get the following

2条回答
  •  独厮守ぢ
    2021-01-05 12:49

    Create a Windows Phone Library project, copy source codes to it and resolve all errors that appears. And than you can reference this dll from Windows Phone project

提交回复
热议问题