i have built the automation in my old laptop now i got new laptop in this am trying to run my automation. But am getting this error, how to fix this issue?
It is due to incompatibility between the version the process was build earlier and now using Studio version.
Most likely you are using the lower version of the Studio than it was developed.
Follow these steps for quick fix.
- Take a backup of your project’s project.json file
- Delete the project.json file from project folder
- Close the project from studio if open
- Open the project by double clicking on the Main.xaml file
- Let the studio rebuild the project.json with required packages and versions.
- Check if the error resolved now
i tried as you mentioned but it’s not working still
@sandeep.pund is it happening to new project as well or only to the existing one?
Hello @sandeep.pund
Do you have any self-developed dependencies in your project?
Try and update dependencies inside these libraries first.
Perhaps add a screenshot of your dependencies.
Regards,
Soren
I didn’t create New Project in new laptop, I will try it
I was not created any self-developed dependencies.
