Xamarin IDE Access to the Path is denied

前端 未结 3 1317
陌清茗
陌清茗 2021-01-11 12:08

I\'m porting over a Visual Studio C# solution with many projects and creating a new solution in the Xamarin IDE - all on windows.

I am porting / re-creating 1 proj

相关标签:
3条回答
  • 2021-01-11 12:48

    Remove all cache in this file C:\Users{user}.nuget\packages And update xamarin.forms

    0 讨论(0)
  • 2021-01-11 13:03

    I just started with Xamarin in Windows as well and am having this problem. A quick fix I found it to switch from Debug over to Release; but this disables your debug output. Closing and reopening Xamarin has also relieved the issue for a few more debug builds.

    I have found no rhyme or reason why this is occurring, seems to be at random.

    0 讨论(0)
  • 2021-01-11 13:10

    Check the read-only property of the dll on that path, make sure it is not checked. I had the same issue, After unchecking the read-only property, the issue resolved.

    0 讨论(0)
提交回复
热议问题