Hi,
I've created a nvo using the .net dll importer tool for .net core. Everything is working fine within my development environment and with the installed application on the development environment(even when changing the appeon directory to rule out any files installed but not deployed).
When i deploy the application to a test machine I get a failure with loadwithdotnetcore failure of -19 Cannot find the .NET Core runtime.
In powershell i run the following command 'dotnet --list-runtimes' and i have ensured that I have the same installed files for both dev and test machines. In the dev environment I placed a call to pick up the dotnetcorversion which reports 3.1.9, if that is installed in the test environment then I would expect it to also just work.
I have deployed the pb dlls and can make calls using the .net framework with no problem. At the moment I have rewritten the code to use .net framework to get around the problem but would really like some suggestions to what I've missed with .net core not working in test environment.
Thanks
Gary
I am not specifying the dotnetcoreversion as it is optional and should select the latest installed version.
I am running PB2019 R2 2353.
If i open the code in snapdevelop it has a problem with the .netcore 3.1 but I think this is addressed in PB2019 R3. In the end the dll is produced using VS2019 and works in the development environment.
Have you tried on some other machines to see if also have the same problem?