Hi,
We have an App in PB2022R2.
The App can be launched several times.
This is usefull when a long process is executed in the APP, the user used to work in a second instance of the same executable while waiting the end of process in exe 1.
Since PB2022R2 migration, we have a strange behaviour :
The GUI of the second executable is also freezed while the process on executable 1 is still running.
The Exe 2 becomes available again when the process on exe 1 is ended.
It's not linked to resources available on the PC since it's working if exe 1 and exe 2 are in different folders.
The problem is when exe 1 and exe 2 are the same program, like PB is locking something.
problem appears since PB2022R2 migration.
Any suggestions ? is it a bug ?
Best regards
Thierry
indeed after the migration PB2022R2 we have replaced our Web control with the new Webbrowser(WebView2).
Didn't know the existence of this "UserDataFolder".
Now, how can this be fixed ?
We have one folder and one exe.
We don't know how many sessions the user will open, so renaming the exe doesn't seem to be the solution (and it would be strange to have shortcut for exe1, exe2, ...).
Is there a way Appeon solves this lock ?
Regards
Newbug form has been filled.
Regards