Hi,
I have developed a process with studio 2018.4.3. The production environment was set up recently and has therefore a different version (2019.4.2).
Whenever I try to the “Main.xaml” on the production environment with the recent version installed, it automatically throws the following error:
An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Exception: Can’t find part of the path ‘pathName\project.json’.
*pathName is that path that leads to the local “Main.xaml” we are trying to run. It also has the project.json file.
I have updated the package parameters so that it doesn’t have the “Strict” option, but it still throws the same error.
Anyone knows to deal with this matter?
Thanks!