Error System.IO.DirectoryNotFoundException after updating Visual Studio

Igor Kravchenko 281 Reputation points
2022-09-15T10:50:32.413+00:00

I have updated Visual Studio Preview to 17.4.0 Preview 2.0. Now I get error

XAPRAS7023 System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\AndriyCo.Base\AndriyCo.Base\bin\Debug\netstandard2.0\android-x64\AndriyCo.Base.dll'.  
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)  
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)  
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)  
   at Xamarin.Android.Tasks.MonoAndroidHelper.HasMonoAndroidReference(ITaskItem assembly)  
   at Xamarin.Android.Tasks.ProcessAssemblies.SetMetadataForAssemblies(List`1 output, Dictionary`2 symbols)  
   at Xamarin.Android.Tasks.ProcessAssemblies.RunTask()  
   at Microsoft.Android.Build.Tasks.AndroidTask.Execute() in /Users/runner/work/1/s/xamarin-android/external/xamarin-android-tools/src/Microsoft.Android.Build.BaseTasks/AndroidTask.cs:line 17 AndriyCo.TcuTest C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\32.0.448\targets\Microsoft.Android.Sdk.AssemblyResolution.targets 98  

I know about long paths but I use these paths for several years and all worked fine. I don't see any troubles with my project and files names.
This error appears when I trying to compile a project with another dependency project.
Here is my repro project

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,542 questions
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.