Need HELP !!!

Ariel Stefan 1 Reputation point
2021-08-13T15:23:26.707+00:00

Application: FileOperator.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.DirectoryNotFoundException
at System.IO.__Error.WinIOError(Int32, System.String)
at System.IO.FileSystemEnumerableIterator1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].CommonInit() at System.IO.FileSystemEnumerableIterator1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]..ctor(System.String, System.String, System.String, System.IO.SearchOption, System.IO.SearchResultHandler`1<System.__Canon>, Boolean)
at System.IO.Directory.GetDirectories(System.String)
at FileOperator.Program.Main(System.String[])

Exception Info: System.Exception
at FileOperator.Program.Main(System.String[])

What can I do to solve this problem ?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,888 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 83,206 Reputation points
    2021-08-13T15:33:49.13+00:00

    See old threads like for example continuing on error with Directory.GetFiles

    0 comments No comments