System.ValueTuple cannot load assembly #22
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?