visual-studio - Visual Studio 2015 : An equivalent project is already present in the project collection

标签 visual-studio visual-studio-2015 solution csproj

尝试将现有项目重新添加到 Visual Studio 2015 解决方案时,VS 会提供以下错误消息。我已确认我尚未添加对要添加的项目的引用。是否有我需要在某处删除或清理的设置或缓存文件?

An equivalent project (a project with the same global properties and tools version) is already present in the project collection, with the path "D:\My\Path\MyProject.csproj". To load an equivalent into this project collection, unload this project first.

最佳答案

简单的“清洁解决方案”对我有用。

关于visual-studio - Visual Studio 2015 : An equivalent project is already present in the project collection,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34092898/

相关文章:

c++ - 如何在解决方案中构建多个项目之前执行流程

c# - .net 4.6 项目中缺少 XML 文档注释的枚举类

visual-studio - 如何在 Docker 镜像中应用最新的 msbuild?

crash - 在 Visual Studio 2015 Update 1 中从 Post-Build 事件执行 AL.EXE 时出现错误 -1073741819 (0xC0000005)

windows - DEP0001 : Unexpected Error: -1988945906 while deploying Windows UWP app to phone

visual-studio - 有没有办法在 Visual Studio 中为资源编辑器设置深色主题?

c# - 解决方案加载时的 Visual Studio 加载项 Hook

c++ - 来自 boost/serialization/vector #include 的链接器错误

c# - 在 ASP .NET Visual Studio 中使用 SAS 存储过程。 SAS 集成技术?

visual-studio - 在大型 Visual Studio 解决方案中,如何快速识别具有生成事件的项目?