I have a .NET 4.0 WCF Service hosted on a machine running .NET 3.5 Compact and .NET 4.5.2.
Whenever I try to run the service I get a Configuration Error
with the following message:
Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.
Line 2: <configuration>
Line 3: <system.web>
Line 4: <compilation debug="true" targetFramework="4.0" />
I thought 4.5.x frameworks were a replacement for 4.0. How can this be resolved?