I have a Winform GUI that works fine on my windows 10 machine. When I try to run it on a Windows 2003 server machine I get the following:
'Could not load file or assembly "System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" or one of its dependencies. The system cannot find the file specified.
I am using .net 4 since it works on server 2003. The GUI loads fine just some part of the functionality triggers this error. How to fix this issue?