我在运行.NET 3.5 Compact和.NET 4.5.2的计算机上托管了.NET 4.0 WCF服务。
每当我尝试运行该服务时,我都会收到Configuration Error
,并显示以下消息:
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" />
我认为4.5.x框架是4.0的替代品。怎么解决这个问题?