xamarin-forms-samples icon indicating copy to clipboard operation
xamarin-forms-samples copied to clipboard

All the samples I try in VS 2019

Open DwainSnickles opened this issue 3 years ago • 0 comments

Sample

Severity Code Description Project File Line Suppression State Error XARDF7023: System.IO.DirectoryNotFoundException: Could not find a part of the path 'AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class'. 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() 0 'Severity Code Description Project File Line Suppression State Error XARDF7024: System.IO.IOException: The filename, directory name, or volume label syntax is incorrect.

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) 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() 0 `

Description

Have changed nothing just loaded sln and debugged to Android Device

Steps to Reproduce

  1. Downloaded Samples zip From Github 2.Extract to Dowloads Folder 3.Start SLN file

Expected Behavior

This error is from Getstarted\Notes\Database\Notes.sln

Actual Behavior

Information

What am I missing here?

DwainSnickles avatar Mar 14 '21 02:03 DwainSnickles