dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.91k stars 1.86k forks source link

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

Open ManuK001 opened 3 months ago

ManuK001 commented 3 months ago

System Information (please complete the following information):

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.