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.
User contributions licensed under CC BY-SA 3.0