machinelearning icon indicating copy to clipboard operation
machinelearning copied to clipboard

ML.net models binaries that runs locally in Windows 2019 server throws exception

Open ManuK001 opened this issue 1 year ago • 0 comments

System Information (please complete the following information):

  • OS & Version: Windows 10
  • ML.NET Version: 1.5
  • .NET Version: .NET 4.7.2 and .NET 6

Describe the bug Uploading ML Error.png…

To Reproduce Steps to reproduce the behavior:

  1. Create .net application in Visual studio 2022 with .NET 4.7.2
  2. Build the project to get binaries
  3. Test .exe from binaries in .net to test locally
  4. then move the files to Windows 2019 server where visual studio is installed already.

Expected behavior Same .exe that works on local machine should work on Windows 2019 server too.

Screenshots, Code, Sample Projects

Additional context Add any other context about the problem here.

ManuK001 avatar Mar 25 '24 10:03 ManuK001