does beta of 2.0 support all applications in .net 1.1?

  • Thread starter Thread starter crazyingdoctor
  • Start date Start date
C

crazyingdoctor

I mean if I can install old applications composed in .net 1.1 into .net 2.0?
 
Just installing your old applications and then installing Framework 2.0
(Beta) will not mean that the old application will start using the new
framework. You will have to rebuild the old application ( I'm assuming your
old application was written using either Framework 1.0 or 1.1) in Visual
Studio 2005 in order for the application to use the new framework. I would
try this on a test machine first as there will be some changes that you will
have to make (depending on how complex your app is) and besides that, until
the final code is released , you have no way to know if what you rebuild
with the current beta, will work in the final code.
james
 

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