我的项目中有一个错误,上面写着Unable to find the requested .Net Framework Data Provider. It may not be installed。当我转到我的项目属性时,它说它被设置为使用.NET 4.5。但是,当我转到C:\Windows\Microsoft.NET\Framework或C:\Windows\Microsoft.NET\Framework64时,我没有看到任何显示v4.5的文件夹。我只有几个文件夹
但是当我到微软下载网站下载.NET 4.5时,当我运行.NET时,我会得到这样的信息
Your Installation Will Not Occur
Details
Microsoft .NET Framework 4.5 is already a part of this operating system. You do not need to install the .NET Framework 4.5 redistributable.
Same or higher version of .NET Framework 4.5 has already been installed on this computer.当我访问已安装的程序并搜索4.5时,我看到的是:

我很困惑该怎么做才能解决这个问题.
发布于 2016-09-16 20:31:17
搜索的不是.NET Framework4.5。无法找到的是数据提供程序。安装您正在使用的数据库的数据提供程序。
https://stackoverflow.com/questions/39539403
复制相似问题