Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

console application, ODAC dll and .NET 4

EugyMar 18 2014 — edited Mar 18 2014

Good evening,

i am trying to build a very simple test.

A console application that connect to an oracle database, and does a select in some tables.

On my machine everything works fine but when i move the exe to another it crashes because it can't find the Oracle.DataAccess.dll

My question is, if i ship that dll with the exe, will it be enough or the app will need other dlls?

Visual Studio lists only Oracle.DataAccess.dll among the References.

I'm asking it because i can't install odac into the machine that will run the app (it has a different version of oracle client for other pourposes).

I'm looking for a way to make the console application work just extracted from a zip file, shipping the dlls in it.

This post has been answered by Alex Keh-Oracle on Mar 18 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 15 2014
Added on Mar 18 2014
2 comments
236 views