Guidelines to Migrate to CF2 from CF1

  • Thread starter Thread starter Sachin Palewar
  • Start date Start date
S

Sachin Palewar

I have a CF1 application running fine, which we did using VS 2003. Now
we want to migrate it to CF2 using VS2005. Are there any guidelines or
best practices document detailing what should we do and how should we
do? Can anybody please point me to some URL or document?

Thanks in advance,

Regards,

Sachin Palewar

Palewar Techno Solutions
Pocket PC & Mobile Software Development
Nagpur, India

http://www.palewar.com
 
Migration should be simple - just recompiling against CF 2.0 should work in
almost all cases. Of course CF 2.0 adds new features that you can take
advantage of, but if the app is working in CF 1.0, then it will work in CF
2.0. In fact in most cases it doesn't even need a recompile and can make
use of CF 2.0's 1.0 compatibility mode.
 
Back
Top