System.ArgumentException Specific Provider Not Found

-3

I downloaded a C# .NET project. I open .sln file and build, however, I get this error:

System.ArgumentException
  HResult=0x80070057
  Message=The specified store provider cannot be found in the configuration, or is not valid.
  Source=<Cannot evaluate the exception source>
  StackTrace:
<Cannot evaluate the exception stack trace>

Inner Exception 1:
ArgumentException: Unable to find the requested .Net Framework Data Provider.  It may not be installed.

I think I installed all .NET dependencies by nuget. And tried to follow other similar topics, however, I couldn't figure out what I need to do. The code should not have an error because it works on other machines.

c#
.net
asked on Stack Overflow Jan 29, 2019 by newbie35

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0