So I'm getting this error:
Error37 'Could not load file or assembly 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.'
The problem is that I'm not referencing or using this assembly in my project at all. I'm running into this problem as a result of converting the project over from VS 2005 to 2012.
(It's a C# winforms project)