How to fix this ?
System.IO.FileNotFoundException: Could not find file 'C:\Users\AMG EXCLUSIVE\Desktop\PROJECT\First Project\Library\Bee\artifacts\mvdfrm\UnityEngine.NVIDIAModule.dll_5D52A25347047FF3.mvfrm'.
File name: 'C:\Users\AMG EXCLUSIVE\Desktop\PROJECT\First Project\Library\Bee\artifacts\mvdfrm\UnityEngine.NVIDIAModule.dll_5D52A25347047FF3.mvfrm'
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
at System.IO.StreamWriter.ValidateArgsAndOpenPath(String path, Boolean append, Encoding encoding, Int32 bufferSize)
at System.IO.File.CreateText(String path)
at ApiUpdater.MovedFromOptimizer.Program.RealMain(String[] args)
at ApiUpdater.MovedFromOptimizer.Program.Main(String[] args)