System.ValueTuple cannot load assembly #22

Closed
opened 2022-03-15 18:24:55 +00:00 by jmader08 · 0 comments
jmader08 commented 2022-03-15 18:24:55 +00:00 (Migrated from github.com)

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?

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?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mahalex/MatFileHandler#22
No description provided.