locked
Microsoft Visual Studio Build RRS feed

  • Question

  • Hello Friends, 

    We are extending visual studio's functionality to create a new product. In this we have build, rebuild and clean options and we are using Ms Build.

    The problem is that Build and rebuild shows output messages on output window but clean option does not.

    I don't know why this is happening. 

    Any type of help is appreciated.

    Thanks

    Thursday, October 17, 2013 10:00 AM

Answers

  • Hi,

    Welcome to MSDN.

    We are extending visual studio's functionality to create a new product. In this we have build, rebuild and clean options and we are using Ms Build.

    Which clean option do you use? Do you mean the one in Visual Studio as the following image?

    If so, to make sure that it is not related to other processes, I suggest you restart the OS, close the firewall, the Anti-virus software and other processed.

    Then you could create a new simple project to test.

    If it has the same issue, and if you are not using visual studio express, please locate to the IDE folder then run these commands to check if it can help:

    Close all software which you could closed, specifically antivirus software.

    Please open an administrative CMD window and navigate to <Visual Studio Installation Path>\Common7\IDE and run these commands:

    devenv.exe /safemode

    devenv.exe /resetSettings

    devenv.exe /resetskippkgs

    devenv.exe /resetuserdata

    If still no helping, please feel free to let me know.

    Regards.


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    • Marked as answer by Carl Cai Saturday, October 26, 2013 6:39 PM
    Friday, October 18, 2013 10:21 AM