mahalex / MatFileHandler

MATLAB .mat-file reading/writing API for .NET Standard
MIT License
40 stars 12 forks source link

System.ValueTuple cannot load assembly #22

Open jmader08 opened 2 years ago

jmader08 commented 2 years ago

Hello,

When I try to execute my compiled code I'm getting the following error when I try to make the call of IMatfile.write.

Could not load file or assembly 'System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.

I verified the system.valuestuple.dll file is in the correct folder, but its version of the dll file from nuget seems to be 4.6.25519.3.

My code is targeting .net framework 4.6.2. Any ideas?