Make VS2008: Properties not updated
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.
|