This seems to affect only when I'm trying to perform this action on either the root solution that contains all the others, or a subfolder with multiple solutions in it. I right click on the node I want to clean/rebuild in Solution Explorer and click on the action I want, but nothing happens. Any ideas why? I even reinstalled Visual Studio, but the result is the same.
|
closed as off topic by TheCompWiz, surfasb, slhck♦, Mokubai, studiohack♦ Jan 27 '12 at 19:13
Questions on Super User are expected to relate to computer software or computer hardware within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
It sounds like a corrupt project file. It is an XMl file, but I don't recommend that novices try to fix it. http://msdn.microsoft.com/en-us/library/5dy88c2e(v=vs.80).aspx I would do the following:
Hope that helps. |
|||
|
|
|
Can you go into the Bin folder and manually delete the files found? If so, then try the rebuild. If it fails, then check to see where the Bin folder is actually storing its output. Also check to see if there are any actions that move files after the build process is complete. |
||||
|
|