I\'m trying to migration our website from .Net 3.5 to 4 and I\'m encountering a very weird issue.
Code that works just fine in 3.5 does not anymore once I target .Net4,
For me this occurred due to a missing or out of date System.ValueTuple when using multiple return values in c# 7.
System.ValueTuple
The error message is a bit misleading.