Open RobWomack98 opened 5 days ago
~There should be an SEHException.ErrorCode
property, maybe if you print the value you can find out more.~
Oh, you already did that, sorry…
Maybe the windowsservercore-ltsc2022 image is missing something, like an MSVC redistributable or other libraries? That typically should give you a missing DLL error, but I do not have much experience with Windows containers.
Encountering errors with matrix multiplication using MKL.NET.Matrix Nuget package in a docker container
Dockerfile
test.csproj file
test.cs file:
output (catching the exception)
output (not catching the exception)
Some scenarios where this error doesn't exist (that could help isolate the issue):
MKL.NET.linux-x64
and change dockerfile test path to/test/
)Insight on why this error could be happening or how to get more information out of the external failure would be greatly helpful. Thanks