Search code examples
c#xamarinxamarin.formsxamarin.android

When building error "System.IO.IOException: The tag present in the reparse point buffer is invalid" in Xamarin Forms


When I compiled and build my project it generated the following error System.IO.IOException: The tag present in the reparse point buffer is invalid

There were no changes between the last time that worked and the error.

System.IO.IOException: The tag present in the reparse point buffer is invalid.

at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean >recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean >recursive, Boolean checkHost) at Xamarin.Android.Tasks.RemoveDirFixed.RunTask() ServLottery.Android

Screenshot

It's not related to an specific line of code.


Solution

  • Deleted bin and obj folder from the Android project