Hi Guys
I'm getting an erro -19 trying to load a Dot Net DLL using LoadWithDotNetCore. The customer has installed Dot Net 3.1 See below:
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\david.peace>dotnet --list-runtimes
Microsoft.NETCore.App 3.1.24 [C:\Program Files\dotnet\shared\Microsoft.NETCore.A
pp]
C:\Users\david.peace>dotnet --info
It was not possible to find any installed .NET Core SDKs
Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
https://aka.ms/dotnet-download
Host (useful for support):
Version: 3.1.24
Commit: 3b38386083
.NET Core SDKs installed:
No SDKs were found.
.NET Core runtimes installed:
Microsoft.NETCore.App 3.1.24 [C:\Program Files\dotnet\shared\Microsoft.NETCore
.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
C:\Users\david.peace>
--------------------------------------------------------------------------------------------------------------------------------
It all looks OK to me, what am I missing?
Using PB2019R3 running on Windows Server 2012R2
Cheers
David