Frage

I am developing a custom package in Visual Studio 2010. This package can connect to oracle DB (read, write some data). For this functionality I need to reference Oracle.Data.Access.dll (64bit) and Oracle client installed. I found it under the C:\oracle\odp.net\bin\4\ folder. When I develop a console application everything works fine. But when I try to validate and save my extension in package builder I get this error:

Cannot create assembly from file C:...\Oracle.Data.Access.dll. The file is not a valid .NET assembly.

War es hilfreich?

Lösung

I've found the solution. Just using system.data.oracleclient assembly for this purpose. It is working perfectly with tibco package builder and tibco player.

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