简体   繁体   中英

Visual Studio 2013 large solution build shows errors that aren't there

The problem I have with Visual Studio 2013 (latest) is that it compiles the solution and shows about 5-6 errors that never go away. There are 30 projects.

In this case it's missing references:

Error 37 The type or namespace name '...' could not be found (are you missing a using directive or an assembly reference?)'

So a project seemingly could not be built.

The problem is, there are no errors , Intellisense does not show any errors, and the application runs fine.

A cleanup + rebuild will resolve the issue, but then after rebuilding a few times without a cleanup/restart will bring back the same non-existent errors in the Error List window.

Curiously, the problem persists across restarts, reboots, solution cleanups (including deleting obj/Debug) folders).

Have not been able to find other questions related to this.

Does anyone have an idea why this it, and how to get rid of the psycho errors? Resharper 9.1 is installed.

尝试删除所有.suo文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM