После того, как я перекомпилирую свой проект, он генерирует следующие ошибки:
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 (сборка проекта).
Это очень неприятно, если кто-то сталкивался с такой ошибкой, пожалуйста, помогите мне.