문제

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.

도움이 되었습니까?

해결책

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.

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