An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
Where is the netstandard.dll that should be sitting in the Bin folder that the program is looking for and cannot find? You're being told the version number and the PKT of the netstandard.dll that the program expects to find. You need to get the DLL in the
Bin folder so .NET can find it.
If you find the post has answered your issue, then please mark post as 'answered'.
Contributor
4873 Points
4123 Posts
Re: Error in app.config
Oct 26, 2020 12:15 AM|DA924|LINK
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
Where is the netstandard.dll that should be sitting in the Bin folder that the program is looking for and cannot find? You're being told the version number and the PKT of the netstandard.dll that the program expects to find. You need to get the DLL in the Bin folder so .NET can find it.