gpt4 book ai didi

web-config - 提供程序选项中的“compilerVersion”属性必须为 'v4.0' 或更高版本

转载 作者:行者123 更新时间:2023-12-04 02:00:39 26 4
gpt4 key购买 nike

收到此错误:

The value for the 'compilerVersion' attribute in the provider options must be 'v4.0' or later if you are compiling for version 4.0 or later of the .NET Framework. To compile this Web application for version 3.5 or earlier of the .NET Framework, remove the 'targetFramework' attribute from the element of the Web.config file.



它在我们的开发系统上工作,我们现在正在使用 xcopy 类型部署部署到 QA。

我们在 web.config 的任何地方都没有“compilerVersion”,并且 targetFramework 设置为“4.0”。我们已经完成了 IISReset。
<system.web>

<compilation debug="true" targetFramework="4.0">
<assemblies>
<add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
</assemblies>
</compilation>

更新 2:当我们删除整个部分时,我们克服了错误。所以我的问题是,如果我们使用 .NET 4.0,离开本节有什么问题?

我们只是对测试到 QA 中的内容做了一个完整的 xcopy,在 QA 中它得到了错误而 DEV 没有。所以软件和配置是相同的。为什么它可以在一台服务器上运行而不是在另一台服务器上运行? IIS 选项似乎是相同的。

最佳答案

取自:http://www.asp.net/whitepapers/aspnet4/breaking-changes#0.1__Toc256770150

你应该去你的服务器根 web.config 并包括整个
<system.codedom>...</system.codedom>将内容标记为<location path="" inheritInChildApplications="false">...</location>标签

关于web-config - 提供程序选项中的“compilerVersion”属性必须为 'v4.0' 或更高版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5545499/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com