I have a project that I have been working on and am closing to release it. With Visual Studio 2010 and .net 4.0, the project fails to generate files and place them in the Release folder even though these are set in the project properties. What are the correct steps here, what could I be missing?
Share
Open the properties page of the project being built. Select the ‘Build’ tab. In the ‘Output’ section, verify the output path is set to where you want it to go. (Sorry for the bad screen, but it should get the idea across.)