Visual studio 2008 VWD问题:将项目的已编译DLL视为重复的程序集

Visual studio 2008 VWD问题:将项目的已编译DLL视为重复的程序集,visual-studio-2008,debugging,Visual Studio 2008,Debugging,在我重新编译我的项目后,它会产生以下无数错误: Warning CS0436 The type 'AAA.Data.Report' in 'E:\Projects\AAA\AAA\Data\Entities.Designer.cs' conflicts with the imported type 'AAA.Data.Report' in 'e:\Projects\AAA\AAA\bin\Rlp.dll'. Using the type defined in 'E:\Projects\AAA\A

在我重新编译我的项目后,它会产生以下无数错误:

Warning CS0436
The type 'AAA.Data.Report' in 'E:\Projects\AAA\AAA\Data\Entities.Designer.cs' conflicts with the imported type 'AAA.Data.Report' in 'e:\Projects\AAA\AAA\bin\Rlp.dll'. Using the type defined in 'E:\Projects\AAA\AAA\Data\Entities.Designer.cs'.
File: E:\Projects\AAA\AAA\Data\Entities.Designer.cs
Line: 16
Column: 306
Project: AAA


Error CS0121
The call is ambiguous between the following methods or properties: 'AAA.Components.Functions.TriggerButtonClickOnReturn(System.Web.UI.WebControls.TextBox, System.Web.UI.WebControls.Button)' and 'AAA.Components.Functions.TriggerButtonClickOnReturn(System.Web.UI.WebControls.TextBox, System.Web.UI.WebControls.Button)'
File: E:\Projects\AAA\AAA\Pages\Search.aspx.cs
Line: 17
Column: 17
Project: AAA
在我删除文件AAA.dll(项目的程序集)之前,项目不会编译。 这真的很令人沮丧,如果有人以前遇到过这样的错误,请帮助我。

我所做的(作为一种解决方法)和为我工作的,是我创建了一个控制台应用程序,在构建之前手动删除网站的dll

我把它称为网站的构建活动