I'm trying to write a simple C# Oracle web project. I noticed the System.Data.OracleClient wasn't in the 1.0 Framework so I downloaded and installed the 1.1 framework. The problem is that Visual Studio is still pointed at the 1.0 frame work and gives me one of those helpful "are you missing an assembly reference" errors if I try put in a "using System.Data.OracleClient" line.
I know how to add an individual reference but what I really want to do is get Visual Studio to point the the 1.1 Framework stuff. Do I need to hunt down the keeper of the software and re-install or is there an easier way to get Visual Studio to realize I have 1.1 installed

Visual Studio.Net after 1.0 -> 1.1 Upgrade
Alan_98
Kirangazz
I don't think there's a way of targeting the 1.1 framework from within VS 2002. I'm fairly certain the only way to do it is to upgrade :-(
Sorry about that...