.NET错误The 'targetFramework' attribute in the element of the Web.config file is used only to target version 4.0 and later of the .NET Framework

错误描述:

The 'targetFramework' attribute in the <compilation> element of the Web.config file is used only to target version 4.0 and later of the .NET Framework (for example, '<compilation targetFramework="4.0">'). The 'targetFramework' attribute currently references a version that is later than the installed version of the .NET Framework. Specify a valid target version of the .NET Framework, or install the required version of the .NET Framework.

解决方法:

将webconfig中的targetFramework的运行环境的配置删除掉,重新运行就能看到问题点。然后再去解决

上一篇:C#字符串和16进制字符串之间的转换


下一篇:C# Nginx平滑加权轮询算法