few framework problems

paudelvikash

Member
Joined
Jun 30, 2007
Messages
8
Programming Experience
1-3
is it true that the application developed in one framework(say 1.1) won't work in other(2.0)?
what if the source file created in 1.1 framework is debugged or started using visual studio in other machine with 2.0 framework?
 
Last edited:
You can open a .Net 1.1 project/solution in VS 2005 and it will upgrade it to .Net 2.0.

A compiled .Net 1.1 assembly will run when only .Net 2.0 Framework is installed at client. See JrzyShr Dev Guy: .NET 1.1 to .NET 2.0 Migration article.
 
Back
Top