2016-09-16 84 views
0

我的項目中有一個錯誤,表示Unable to find the requested .Net Framework Data Provider. It may not be installed。當我去我的項目屬性,它說,它被設置爲使用.NET 4.5。但是,當我去C:\Windows\Microsoft.NET\FrameworkC:\Windows\Microsoft.NET\Framework64我沒有看到任何說v4.5的文件夾。我只是有說無法找到所需的.Net框架數據提供程序。無法安裝4.5,表示已安裝

  • V2.0.50727
  • 3.0
  • V3.5
  • v4.030319

但是當我去Microsoft Download Site下載.NET文件夾4.5,當我運行exe時,我得到一些說

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這個搜索是我所看到的:

Imgur

我是我應該做的,以解決這個問題是什麼很迷茫......

回答

2

這不是要搜索的.NET Framework 4.5。這是無法找到的數據提供者。爲您正在使用的數據庫安裝數據提供者。

相關問題