.net framwork upgrade

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

When we upgrade to .net framework v 1.1, but after the
upgrade is done the new projects still reference the
original .net framwork. Am I missing something with the
install procedure, should I uninstall the original .net
framework prior to the upgrade.

Ed
 
Upgrade to Visual Studio .NET 2003 ($29 upgrade through the end of the
month). Visual Studio .NET 2002 is aimed at Framework 1.0. While you can
kludge it to point to 1.1, there are some issues.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think outside the box!
**********************************************************************
 
Couple step to updating Framework v1.1
1. Download and Install Distribution Version
2. Download and Install SDK version (the SDK require
you to install the runtime Distribution first).
3. Change the Path Environment to v1.1 directory.

-ecp-
 
Back
Top