I'm using the new DotNetAssembly and DotNetObject in a PB app, and when I run my app from a network drive it works for me but not my users. I used Process Explorer to view the file dependencies for my app and it showed lots of files being used from my C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App\2.2.7 folder, which I assume came from installing Powerbuilder. Is there a separate install of those I can do for my users, or is there an easier way to have them access those files? I've tried putting all those files in the network path for my users, but that hasn't worked.
Update - I resolved the problem by downloading and installing the .NetCore runtime on the user machines. Still wondering if there is a way around having to do that, though.