hi dears
A little while ago suddenly, Software encountered an error
Of course, this problem occurred when I deleted the Windows tmp folder

this code exception detail error
Code:
System.InvalidOperationException was unhandled
  Message=An error occurred creating the form. See Exception.InnerException for details.  The error is: The system cannot find the file specified
  Source=Gsd Android Tool
  StackTrace:
       at Gsd_Android_Tool.My.MyProject.MyForms.Create__Instance__[T](T Instance) in :line 197
       at Gsd_Android_Tool.My.MyProject.MyForms.get_Home()
       at Gsd_Android_Tool.My.MyApplication.OnCreateMainForm() in D:\my devrloping\tools src\Gsd Android Tool\Gsd Android Tool\Gsd Android Tool\My Project\Application.Designer.vb:line 35
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
       at Gsd_Android_Tool.My.MyApplication.Main(String[] Args) in :line 81
       at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
  InnerException: 
       ErrorCode=-2147467259
       Message=The system cannot find the file specified
       NativeErrorCode=2
       Source=System
       StackTrace:
            at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
            at RegawMOD.Command.HandleOutput(Process p, AutoResetEvent outputWaitHandle, AutoResetEvent errorWaitHandle, Int32 timeout, Boolean forceRegular)
            at RegawMOD.Command.RunProcessReturnOutput(String executable, String arguments, Int32 timeout)
            at RegawMOD.Android.Fastboot.ExecuteFastbootCommand(FastbootCommand command)
            at Gsd_Android_Tool.Home..ctor() in D:\my devrloping\tools src\Gsd Android Tool\Gsd Android Tool\Gsd Android Tool\Form1.vb:line 15
       InnerException:
How can I fix this problem?