.net 1.1 32 bit on win2003 to .net 4.8 64 bit win 2019 migration
we have app running in win2003 32 bit with .net 1.1 to 3.x, looking forwsrd to migrate to 64 bit w2019 and .net 4.8 as a first step and also planning to move .net core. looking forward procedure, methods and tools.an6 help is great
Rijwan AnsariPosted Jul 25, 2021, 3:05 PM
Is it web application or Desktop? Do you have source code?
.net framework 1.1 is quite old version. You might face several issues while migrating or upgrading.
However, you can following steps.
For .net framework 1.1 to 4.8.
- right click on properties of the project and choose target framework
I am not sure, but many code/functions might be depreciated and need to rewrite.
There is no direct tools to do this migration.
Regarding migrating to core
- you need to create the project again from scratch. May be some portions of design and logics can be used, may be..
Better go for fresh development. Since you have business logic and requirement clear then you can outsource some portions.