Solved

System.ValueTuple error when sending/receiving fax

  • 3 October 2019
  • 1 reply
  • 512 views

My application throws "Could not load file or assembly 'System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies" whenever I try to send or retrieve a fax message. I am stumped and need help ASAP.


The interesting part is, the application runs fine on localhost. It fails when it is deployed on a server.

icon

Best answer by Phong1426275020 3 October 2019, 01:30

View original

1 reply

Userlevel 1

It seems to be a conflict in .Net Framework in your app. You may find a solution from here.

https://stackoverflow.com/questions/42867434/could-not-load-file-or-assembly-system-valuetuple/50636962

Reply