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