Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
Hi All,

I know this question has been asked a numerous times in many places with solutions like granting folder permission. But searching through net and applying the solution does not work for me. And the error keeps on coming. Kindly help as I am unable to detect what can be the reason for this.

It works well when debugging the project but throwing error after project is being deployed I am using oracle client 9.2.0 with visual studio 2010 ultimate on windows xp sp3. Any help will be highly appreciated.

Thank you.
Posted
Comments
Richard MacCutchan 26-Mar-15 4:56am    
but throwing error
Assuming you are referring to the title of your question, it seems clear that you have some missing software element.
planetz 26-Mar-15 8:31am    
Hi Richard,
Thanks for your reply. But I am using oracle client 9.2.0 which is greater than 8.1.7. Still it is saying to use something else. And debugging is fine.

1 solution

Hi All,

I downloaded and installed ODTwithODAC1110720 from Oracle site.
Added the reference Oracle.DataAccess and in code added imports Oracle.DataAccess.Client and Oracle.DataAccess.Types and changed connection string syntax -
SQL
"Data Source=data source name; User Id=username; Password=password"



Now, it's working.
So it's really not giving folder permission but something more than that.

Thanks for support!!
 
Share this answer
 
v2

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