Xamarin build error Exception while loading assemblies: System.IO.FileNotFoundException

前端 未结 2 1629
一生所求
一生所求 2020-12-11 16:56

always i try to Build my Xamarin app i get this error. And i dont know why. I use the System.Security.dll of .Net Framework 4 and i though this should work. Thanks.

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-11 17:41

    Add the missing .dll to your project(s).

    Right click on the References folder -> Add Reference -> Browse -> C:\Windows\Microsoft.NET\Framework64\\ ->

    Clean your project and rebuild

提交回复
热议问题