PDA

View Full Version : Make VS2008: Properties not updated


wellilein
02-03-2011, 04:49 AM
If you ever have the problem that properties of the .NET assembly DLL are not updated although you have set them in the Make VS2008 step, make sure that your .NET project has an AssemblyInfo.cs file.

It does not work if the project does not have such a file. This circumstance is not described in online help.

kinook
02-03-2011, 06:43 AM
The help does state "Used to set the assembly properties in each project's AssemblyInfo file (for managed projects)..."

http://www.kinook.com/VisBuildPro/Manual/vsnetpropertiesoptionstabs.htm

Maybe it should be more explicit about the AssemblyInfo file needing to be named AssemblyInfo.cs/vb/cpp/etc.?

wellilein
02-03-2011, 07:40 AM
I assumed it would create the file if it does not exist or fail because it cannot perform the desired actions.