1. Kyle Bengtson
  2. PowerBuilder
  3. Monday, 11 May 2020 14:46 PM UTC

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.

Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Monday, 11 May 2020 18:00 PM UTC
  2. PowerBuilder
  3. # 1

Thanks for sharing the solution that .NET framework needed to be installed.  This is required, but since Microsoft is replacing .NET with .NET Core I guess it would come pre-installed in the future.

Comment
There are no comments made yet.
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Monday, 11 May 2020 17:28 PM UTC
  2. PowerBuilder
  3. # 2

Hi,

I'm guessing the users would have to have .net core installed. I don't think a copy of some DLL's would suffice.

regards

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.