02-09-20 04:04 PM
Answered! Go to Answer.
12-12-23 01:29 PM
Hi,
we just updated to Blue prism 7.1.2 and now we are having problems with Pending Session Starter.
We had a sandbox where I updated the right version from the Blue Prism Digital Exchange (pending session starter vbo for BP version 6.x thru 7.1 XBP - 2000.0.0) and it worked perfectly.
But after updating all the runtime resources today, the code stage gives a compile error.
Description: Compiler error at line 23: Reference required to assembly 'BluePrism.Server.Domain.Models, Version=7.1.2.3518, Culture=neutral, PublicKeyToken=null' containing the type 'SessionStatus'. Add one to your project.
Is there something missing from our environment, or why does it fail to compile.
The original line in the code stage is this:
Dim sessions As ICollection(Of clsProcessSession) = gSv.GetFilteredSessions(processes, resources,
users, 0, Nothing, Nothing, Nothing, False, False, maxSessionCount, sortInfo)