Hello,
is there a best way to update our application from 6.1 to 8.1?
best regards
Michael
Migration from version 6 to 8
Moderator: Alex
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Migration from version 6 to 8
Hello Michael,
I suggest you the following steps:
Best regards, Alexander
I suggest you the following steps:
- Remove refences to version 6 assemblies from your application.
- Add references to version 8.0 assemblies to your application.
- Try to compile your application - you will have errors.
- Analyze the errors and create a list of classes which are not found. Class may be not found because it was deleted, it was renamed or it was moved to another namespace. Information about changes in version can be found in the "Changes history":
- Analyze the "Changes history" and solve problems with classes.
- Analyze the errors and create a list of properties/methods which are not found.
- Analyze the "Changes history" and solve problems with properties/methods.
- Analyze the errors and create a list of properties/methods which have wrong data types or number of parameters.
- Analyze the "Changes history" and solve problems with properties/methods.
- Solve other errors.
Best regards, Alexander