One of my customers is using the new .Net Assembly feature and ran into a problem.
If two programs running at the same time try to use the feature, the second one gets error -20 from the LoadWithDotNetCore function.
From the help:
-20 -- Failed to load the .NET Core virtual machine.
Works fine if only one program is running.
Is this a known bug or should I have him submit a bug report? If this has already been fixed, what build has the fix?
It was two of the same PB app running at the same time.