Unable to add DLL reference in Windows Phone 8

前端 未结 3 2067
[愿得一人]
[愿得一人] 2020-12-18 09:55

I am attempting to port a game to Windows Phone 8 with Visual studio 2012 and monogame. The problem is that I cant seem to add the DLL required, the error is \"A reference t

3条回答
  •  自闭症患者
    2020-12-18 10:47

    WP8 uses a subset of WinRT API, it don't support all Framework API

    Just make a right-click on each of the DLL that you want to add, choose Properties and then click on the Unblock button

提交回复
热议问题