question

PCIC Team avatar image
PCIC Team asked PCIC Team commented

System.ValueTuple error when sending/receiving fax

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.

fax api
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
Phong Vu avatar image
Phong Vu answered PCIC Team commented

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

1 comment
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

PCIC Team avatar image PCIC Team commented ·

I updated the version to 4.7.1 and new I am able use my App.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.