MatFileHandler
MatFileHandler copied to clipboard
System.ValueTuple cannot load assembly
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?