Migrating from version 2021

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:

  1. Try to compile your existing project
  2. Run the Project Converter tool
  3. 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:

If you get the following error loading the project:

mceclip0.png

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.

 

Video 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.