gpt4 book ai didi

c# - 编译错误 : The type 'ASP.global_asax' exists in both DLLs

转载 作者:IT王子 更新时间:2023-10-29 03:43:23 26 4
gpt4 key购买 nike

我刚刚将另一个项目页面及其 dll 集成到我现有项目的 Bin/文件夹中。我的项目框架是3.5。当我尝试构建项目或解决方案时,它抛出以下错误:

"The type 'ASP.global_asax' exists in both 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\timesheet\15a75c54\898b48b9\assembly\dl3\58b062b2\00ceda54_c98cc801\App_global.asax.DLL' and 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\timesheet\15a75c54\898b48b9\App_global.asax.q_h6dbfx.dll' c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\timesheet\15a75c54\898b48b9\App_Web_admin.master.fdf7a39c.zecazgwd.0.cs "

在 web.config 中设置“batch=false”无效。我还尝试从“c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\”中删除所有文件夹,然后清理并重建灵魂。但它仍然不起作用。

最佳答案

在我的案例中,问题发生在虚拟应用程序的 bin 文件夹中。查看此 bin 文件夹,您可能会看到两个文件(我找到的信息 here ):

  • App_global.asax.dll
  • App_global.asax.compiled

删除这些可以解决错误。 App_global.asax.dll 也是在运行时生成的,这会导致问题。不过,我仍在调查这些文件是如何到达那里的,因此绝对欢迎发表评论!

关于c# - 编译错误 : The type 'ASP.global_asax' exists in both DLLs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20852039/

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