Upgrading the .NET SDK

  • Thread starter Thread starter Joe Willmann
  • Start date Start date
J

Joe Willmann

I just installed the V1.1 SDK. Now in C#.NET the about box still lists the
Farmwork as V1.0.

Did I do something wrong?
 
Nope. The 2002 versions of Visual Studio target the .NET Framework 1.0 and
you need the 2003 versions of VS to target .NET Framework 1.1. Installing
the 1.1 SDK doesn't affect the 2002 tools (they live side-by-side).
 
Well, aint that SPECIAL!

thanks.

Nope. The 2002 versions of Visual Studio target the .NET Framework 1.0
and you need the 2003 versions of VS to target .NET Framework 1.1.
Installing the 1.1 SDK doesn't affect the 2002 tools (they live
side-by-side).
 
Actually, it *is* pretty special... The ability for separate
infrastructures to play together is a blessing for those of us who've
lived through "DLL hell".
 
Back
Top