We get the above error message on our build server, when we build the solution or the specific project that the error refers to.
We can build the solution without any pr
You should add assembly info to the project. This evades the need to create an empty class file.
To create an assembly info file easily, open the project properties, select the application tab, click "Assembly Information", and enter appropriate data. This will automatically create the assemblyinfo.cs file in the appropriate location.