View Single Post
  #3  
Old 05-12-2008, 12:56 PM
ShiamakD ShiamakD is online now
Registered User
 
Join Date: 04-28-2008
Location: us
Posts: 32
Re: Re: Reading a value of Macro from a external file

Quote:
Originally posted by kinook
[B]Yes, see attached sample.

Yes, for each property specified on the Properties tab of the Make VS 2005 action (for managed projects), if the corresponding assembly attribute doesn't exist, it will be added to the project's assemblyinfo file. To add other attributes, use the Replace in File action
Hi,

I was able to sucessfully add new AssemblyName as per your instructions. however upon compiling new DLL i recieved following error

Program.cs Properties\AssemblyInfo.cs Properties\Resources.Designer.cs Properties\Settings.Designer.cs
Properties\AssemblyInfo.cs(27,12): error CS0246: The type or namespace name 'AssemblyInternalBuild' could not be found (are you missing a using directive or an assembly reference?)
Done building project "WindowsApplication1.csproj" -- FAILED.

Did i miss something, why cmpiler was not able to find 'AssemblyInternalBuild' ?

TIA
Reply With Quote