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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top