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
Remove all cache in this file C:\Users{user}.nuget\packages And update xamarin.forms
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.
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.