gpt4 book ai didi

asp.net - 类型 "..."不明确 : it could come from assembly "..." or from assembly "...". 请

转载 作者:行者123 更新时间:2023-12-02 13:08:21 25 4
gpt4 key购买 nike

我正在 Visual Studio 2013 上开发 Web 应用程序,但遇到下一个问题:

The type 'AddressMaintenance.App_Code.DAL.DataSetTableAdapters.VALUESTableAdapter' is ambiguous: it could come from assembly 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\47bb176a\b43c95ba\App_Code.xtamkrzu.DLL' or from assembly 'C:\inetpub\wwwroot\AddressMaintenance\bin\AddressMaintenance.DLL'. Please specify the assembly explicitly in the type name.

我在互联网上阅读了其他用户的问题,但没有发现错误。我还尝试在 IIS7 上运行该应用程序(而不是在我开发 Web 的计算机上),但出现了相同的错误。

导致应用程序崩溃的代码是:

<asp:ObjectDataSource
ID="ODS_GetUsers"
runat="server"
SelectMethod="getUsers"
TypeName="AddressMaintenance.App_Code.DAL.DataSetTableAdapters.USERSTableAdapter">
<SelectParameters>
<asp:Parameter DefaultValue="Active" Name="value_type" Type="String" />
</SelectParameters>
</asp:ObjectDataSource>

提前谢谢您。

最佳答案

我在这里找到了解决方案http://vishaljoshi.blogspot.co.uk/2009/07/appcode-folder-doesnt-work-with-web.html

我将 App_Code 文件夹重命名为其他文件夹。

谢谢。

关于asp.net - 类型 "..."不明确 : it could come from assembly "..." or from assembly "...". 请,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33675827/

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