The provider is not compatible with the version of Oracle client error (11.2 installed on dev machine, 9.2 installed on target host machine)

StackOverflow https://stackoverflow.com/questions/16990945

문제

I've have an ASP.NET application that I developed on a machine with Oracle 11.2 installed on it. It runs fine on local host but when I publish it to a server box with Oracle 9.2 installed on it I get the 'The provider is not compatible with the version of Oracle client' error. I was told that upgrading the version of Oracle on the remote server is not a possibility.I read a solution as downgrading the version of Oracle on my machine but I'd rather avoid that if possible. Is there another way to get around this? Thanks.

도움이 되었습니까?

해결책

It was a matter of copying oci.dll, oraociei11.dll & OraOps11w.dll into my bin folder.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top