Fix "ready" while building in Visual Studio 11
Visual Studio 11 shows an intermittent "ready" message in the lower left while it is building a project. The way that it blinks on and off draws your eye, and makes you think that the build is finished when it is not. The result is that when you try to perform the next logical step, such as running the program, you get an error message saying that the build is not complete. This seems to happen in other cases when the IDE is busy as well.
4
votes
1 comment
-
Robert Walter commented
I find this incredibly frustrating and no matter how many times it says ready I always forget to check build status.