.NET错误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

错误描述:

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的运行环境的配置删除掉,重新运行就能看到问题点。然后再去解决

posted @ 2016-08-23 16:11  dekevin  阅读(3375)  评论(0编辑  收藏  举报