从全局程序集缓存中删除.NET的Oracle数据提供程序

问题描述:

我最近安装了Visual Studio的Oracle开发工具.现在,当我打开Visual Studio时遇到此错误.有人可以帮我摆脱这个消息吗?

I recently installed Oracle Developer Tools for Visual Studio. Now I'm getting this error when I open Visual Studio. Can someone else explain me hoe to get rid of this message.

Microsoft Visual Studio

未安装计算机范围的配置而安装了.NET的Oracle Data Provider.但是,已在全局程序集缓存中检测到适用于.NET的Oracle数据提供程序版本,该版本可能不兼容.请从全局程序集缓存中删除.Net的Oracle Data Provider,然后重新启动Visual Studio

Oracle Data Provider for .NET has been installed without a machine-wide configuration. However, a version of Oracle Data Provider for .NET has been detected in the Global Assembly Cache which may be incompatible. Please remove Oracle Data Provider for .Net from Global Assembly Cache an restart Visual Studio

[确定]

不要忘记C:\ Windows \ Microsoft.NET \ assembly文件夹.我已经通过删除文件夹解决了问题

Do not forget C:\Windows\Microsoft.NET\assembly folders. I've solved problem by deleteing folders

  • Oracle.ManagedDataAccess(GAC_64文件夹)
  • Oracle.DataAccess.resources(GAC_MSIL文件夹)
  • Oracle.DataAccess(GAC_32文件夹)