Will existing apps work with version 2.0?

  • Thread starter Thread starter Rof
  • Start date Start date
R

Rof

I want to test and (hopefully) start using SQL Server 2005 EXpress, and
I read that I need version 2.0 of the .NET framework. If I install this
version, will I still be able to develop and run all my existing apps,
built using VS 2003 under version 1.1 of the framework?

Cheers,
Peter Royle
 
Hi Rof,

Yes, but I would advise *not* uninstalling the .Net Framework 1.1, as your
projects may reference assemblies built in that version. The .Net 2.0
Framework will handle the execution just fine, but the assemblies will still
be needed.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.
 
Back
Top