View Single Post
  #1  
Old 02-03-2011, 03:49 AM
wellilein wellilein is online now
Registered User
 
Join Date: 11-30-2005
Posts: 53
Lightbulb 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.
Reply With Quote