When running Visual Studio 2010 I attempt to build, but the build fails with the following error:
error CS2001: Source file ‘Properties\AssemblyInfo.cs‘ could not be found
I have created Windows applications, but in different solutions and I cannot find a reference to this file in the solution/project.
This rings a bell. I came across a similar problem in the past,
You can generate an assemblyInfo.cs by right clicking the project and chosing properties. In the application tab fill in the details and press save, this will generate the assemblyInfo.cs file for you. If you build your project after that, it should work.
Update 2016-07-08:
For Visual Studio 2010 through the most recent version (2015 at time of writing), LandedGently’s comment still applies: