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

Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top