We recommend taking a full backup of your project(s) including your existing Eyeshot 2021 DLLs. To migrate your Eyeshot 2021 based application to Eyeshot 2022, follow the steps below:
- Try to compile your existing project
- Run the Project Converter tool
- In case of failure:
a) search for the "TODO devDept" text in your entire Visual Studio solution
b) check the ProjectConverter log file for errors
c) check the Breaking Changes list
Notes:
You can skip this and convert directly into Eyeshot 2023 by following the procedure described in this article.
If you get the following error loading the project:
Please edit the project file, fill the <HintPath> with the absolute path of the Eyeshot DLLs and try again.
For example, migrating from Eyeshot 2021 to Eyeshot 2022, change
<Reference Include="devDept.Eyeshot.Control.Win.v2021">
<HintPath>..\..\devDept.Eyeshot.Control.Win.v2021.dll</HintPath>
</Reference>
in
<Reference Include="devDept.Eyeshot.Control.Win.v2021">
<HintPath>C:\Program Files\devDept Software\Eyeshot Ultimate 2021\Bin\devDept.Eyeshot.Control.Win.v2021.dll</HintPath>
</Reference>
In case of migration from older versions, you may want to check this article.
Comments
Please sign in to leave a comment.