Support Code Library still Running Old Version

My project uses a library of support processes that is imported as a package. I made updates to to one of the support processs xaml files, republished/repackaged, and then reinstalled the new package into the main project.

However, for whatever reason, the old version of the support process is still running inside the main project. Even though I have reinstalled the package, deleted the old activity, and replaced with the new one.

Any thoughts? I have included screenshots that show that the latest package of support processes is being used.

image
image
image

Hi,

For now, can you remove the following folder, then re-open the project?

C:\Users\[username]\.nuget\packages\SupportProcesses\1.0.16

Regards,

Will this delete the package entirely?

Hi,

nupkg is extracted to the above directory then robot/studio run code under this directory.
So, if we want to delete all the files of current packages, it’s necessary to remove the above directory.

Regards,

This is still a recurring issue for me. I update a code library, test it and it runs correctly. But when I update the package inside a project, it does not run the newest code I just created, tested and packaged…it seems to run the old version

Can anybody help?