Problem generating manifest.

"Problem generating manifest. Insufficient memory to continue the execution of the program."
I hate this error. Hate it with a passion. I work on a few Visual Studio projects of fairly large sizes. This error gets triggered from time to time when I perform a project build. It's hard to find a whole lot of information about this online. Solutions vary from resetting your Visual Studio project settings to disabling updates. I don't know if there's really any foolproof solution other than closing the project and re-opening it. Perhaps it's as simple as Visual Studio 2008 having a dreaded memory leak. Every developer faces a memory leak from time to time - certainly Microsoft is no different.
In my particular case, I did find a solution to the problem (which was caused by me).
Read more