Visual Studio.Net after 1.0 -> 1.1 Upgrade

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


Answer this question

Visual Studio.Net after 1.0 -> 1.1 Upgrade

  • Alan_98

    If I recall correctly, you have to upgrade to VS.NET 2003 to get it to work with the 1.1 framework.
  • Kirangazz

    Are you using VS 2002 or VS 2003.

    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...

  • Visual Studio.Net after 1.0 -> 1.1 Upgrade