Cleaning the solution consists of removing files which are generated by the build process. Only files which are not intended to be edited by the application developer are removed by cleaning the solution.
To clean the solution, select Clean Solution from the Build menu.
The Clean Solution operation deletes generated files for the data source project, including the following, if applicable:
The directory output (except for MCP T27 and OS 2200 UTS data source projects)
The directory bin\<config>, where <config> is the build configuration (either Debug or Release)
The directory Generated Component Code (which contains the message class source files)
The C# files in the root of the project (which implement the orchestration)
For presentation projects, Clean Solution deletes the following:
The contents of directory bin (except for website projects)
App_Code\Service.cs and App_Code\IService.cs (for WCF Web Service presentations only)
Note: Even though .aspx and .aspx.cs files are generated initially, these files are not deleted during a Clean Solution operation. This is because these files can be customized by the ePortal application developer after initial generation.