Hi all.
Does anybody knows how work with oracle DB in Visual Studio 2010
i was able to connect to the DB(meaning i can see the tables in the Server Explorer), but i cannot add the reference to the System.Data.OracleClient like it is able in VS 2008.
Thanks!

Recommended Answers

All 4 Replies

>but i cannot add the reference to the System.Data.OracleClient like it is able in VS 2008.

.NET Framework Client Profile - an interesting feature is added with vs2010.

In order to work with Oracle provider you have to set target framework property to ".Net Framework 4" instead of ".Net Framework 4 client profile". (Open Project Properties).

>but i cannot add the reference to the System.Data.OracleClient like it is able in VS 2008.

.NET Framework Client Profile - an interesting feature is added with vs2010.

In order to work with Oracle provider you have to set target framework property to ".Net Framework 4" instead of ".Net Framework 4 client profile". (Open Project Properties).

THANKS ALOT!
did the job!

hi
although it did the trick
i'm wondering if there a better way to work since now i'm getting like 300 warnings.
do u know a better way? and if so do u have a good tutorial for it?
10x!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.