View Single Post
  #1  
Old 02-08-2006, 08:24 AM
dmeans dmeans is online now
Registered User
 
Join Date: 02-08-2006
Posts: 4
Updating AssemblyInfo File

My VB 2005 projects have an AssemblyInfo.vb file, which is specific to each project, and a CommonAssemblyInfo.vb file which is shared across all projects. I have a "Make VS.NET" step to build each project. In those steps, I'm setting the Company and Copyright properties.

The problem is that these properties are being written in both the AssemblyInfo.vb file and the CommonAssemblyInfo.vb file, resulting in a build error for each setting:

error BC30663: Attribute 'AssemblyCompanyAttribute' cannot be applied multiple times.

Should VBP be updating both files? I'm using VBP 6.0a.

Thanks.
Reply With Quote