Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

'MSDAORA' provider is not registered on local machine

730380Jan 29 2010 — edited Jan 14 2013
Hello,

i have an app in asp.net which is connecting to a oracle database with a oledbconnection

Dim m As New OleDb.OleDbConnection("Data Source=...;Persist Security Info=True;User ID=...;Password=.........;Unicode=True;Provider=MSDAORA")

I developed with visual studio on a 32bit windows xp and when i debug my application everything is working fine.

Now i moved my app on a windows server 2008 64 bit version and implemented my app with iis 7.0


Now the problem is, everytime i start the app in my browser i get the following error:

System.InvalidOperationException: The 'MSDAORA' provider is not registered on the local machine

The connection to oracle can't be the fault. I can connect to oracle with sqlplus.

What is the error? What am I doing wrong?

Thanks for the help

Regards

Edited by: user8846585 on 29.01.2010 03:30
This post has been answered by gdarling - oracle on Jan 30 2010
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 11 2013
Added on Jan 29 2010
4 comments
90,268 views