简体   繁体   English

使用Oracle Express 10g在Windows 8 64位中安装ODAC

[英]Install ODAC in Windows 8 64 bit with Oracle Express 10g

I'm using windows 8 64bit with Visual Web Developer 2010 and Oracle Express 10g , 我将Windows 8 64bit与Visual Web Developer 2010和Oracle Express 10g一起使用,

i'm trying to access the Oracle Database using my VWD, and i was tried to installing ODAC with xcopy 64bit, but it doesn't work, 我试图使用我的VWD访问Oracle数据库,并且试图用xcopy 64位安装ODAC,但是它不起作用,

is there any advice or something that i must do for access Oracle Database ? 对于访问Oracle数据库,我有什么建议或必须做的事情吗?

Thanks before, sorry if my pronounciation bad 之前感谢,对不起,我的发音不好

After a few year leave Oracle, finally i had chance to create a web application using Visual Studio and Oracle Database again. 离开Oracle几年后,终于有机会再次使用Visual Studio和Oracle Database创建一个Web应用程序。 And I almost facing the same issue again as issue in this question. 我几乎再次面临与这个问题相同的问题。 I've tried to Connect to Database Oracle from Visual Studio 2012 (in the past I still using VWD-Visual Web Developer) but the error cause is the same. 我尝试从Visual Studio 2012连接到Oracle数据库(过去我仍然使用VWD-Visual Web Developer),但是错误原因相同。 One specific different things I use in my past and present project are the version of ASP .Net Framework I used. 我在过去和现在的项目中使用的一项特定的不同功能是我使用的ASP .Net Framework的版本。 In the past project I use ASP .Net 2 , and somehow the version of .Net Oracle Data Access I downloaded at that time is not compatible (which is version for .Net 3). 在过去的项目中,我使用ASP .Net 2 ,并且以某种方式与我当时下载的.Net Oracle Data Access版本不兼容(这是.Net 3的版本)。 As for my present project which is using ASP .Net 4.5, I accidentally got Oracle Data Access for .Net 3 , and when everything installed on its place, the same error occurred. 对于我当前使用ASP .Net 4.5的项目,我不小心安装了Oracle Data Access for .Net 3 ,并且在将所有内容安装到位时,发生了相同的错误。 After a few googling and reading, I finally found out that each version of .Net Oracle Data Access is designed specifically for each version of .Net Framework. 经过几次搜索和阅读,我终于发现每个版本的.Net Oracle Data Access都是专门为每个版本的.Net Framework设计的。

As for now .Net Framework 4.5 and 4.6 are compatible with Oracle Data Access 12. 2c 到目前为止,.Net Framework 4.5和4.6与Oracle Data Access 12兼容。2c

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM