MatFileHandler icon indicating copy to clipboard operation
MatFileHandler copied to clipboard

System.ValueTuple cannot load assembly

Open jmader08 opened this issue 2 years ago • 0 comments

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?

jmader08 avatar Mar 15 '22 18:03 jmader08