Problem with deployment in Pega22
We have 2 different assets using the same external library. When we use them in one project, we can test the process in Pega Studio.
The problem occurs when we try to deploy package. We get the message: Error creating deployment package: 'xxx'. Information from PegaRobotStudio.log: Error creating deployment package: 'xxx' System.InvalidOperationException: The part for the specified URI cannot be added because it is already in the package.
I checked that if we remove methods using this library from one asset and use this version in the project, package deployment is possible, there are no errors.
In Pega 19 there was no problem with this. If several projects in the solution used the same library, it was somehow solved when creating the package. The package included one copy of library, that all projects used. Now for some reason it was impossible to use the same dll file in the package.
***Edited by Moderator Marije to add INC-B29030 and BUG-879543 tags***