I\'m getting the following error on one of my referenced assemblies:
Could not load type \'System.Func`2\' from assembly \'MyAssembly, ...
I\'ll
I got this error when I moved a class from one project to another in a cleanup effort. After looking at all other possible reasons, reloaded each of the projects in my solution and everything worked.