Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I am connecting my application to an Oracle11g database through Oledb connection in ASP.NET.

I have selected my provider in web.config file as :
add key="OracleConn" value="Provider=MSDAORA;Data Source=DATABASE NAME;User ID=USER_ID;Password=PASSWORD"

What will be the value of the OracleClient version that needs to be installed in the web server?

I have installed OracleClient11.2.0.3 in my web server. Is this the reqson why my application is not working, or there might be some other reason.

The same application is working in another web server which has got OracleClient11.2.0.1 and OracleClient11.2.0.5 installed.

Please suggest what could be the solution to this error.

Thanks in advance.
:)
Posted
Updated 17-Feb-14 18:51pm
v2
Comments
ZurdoDev 17-Feb-14 21:37pm    
If you provided the error perhaps we could help. But, it sounds like you may have figured it out anyway.
MikeRox89 18-Feb-14 0:38am    
The error message is like: The web page cannot be displayed

I am a bit confused since there is no specific error that is displayed.
ZurdoDev 18-Feb-14 6:53am    
There's likely something in event log then.
MikeRox89 21-Feb-14 7:14am    
This is the error that is getting displayed:
A process serving application pool terminated unexpectedly. The process id was '2748'. The process exit code was '0xc00000fd'



I have uninstalled and then reinstalled OracleClient11.2.0.3 and then the application started working. I am not sure what the error was due to. Can you please share if you have any idea regarding this.
ZurdoDev 21-Feb-14 7:16am    
That is an IIS error. I would look around in the event log to see if there is an ASP.Net error.

But I thought you essentially figured out you needed a different version anyway.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900