Tagged Questions

AssemblyInfo.cs is a standard file in c# projects that contains metadata about the assembly like its title, copyright or version, declared using .net attributes.

learn more… | top users | synonyms

57
votes
13answers
24k views

Can I automatically increment the file build version when using Visual Studio?

I was just wondering how I could automatically increment build (and version?) of my files when using Visual Studio (2005). If I look up the properties of say C:\Windows\notepad.exe, the Version tab ...
45
votes
6answers
7k views

What are the best practices for using Assembly Attributes?

I have a solution with multiple project. I am trying to optimize AssemblyInfo.cs files by linking one solution wide assembly info file. What are the best practices for doing this? Which attributes ...
12
votes
4answers
3k views

Should AssemblyInfo.cs be placed in version control?

I have an automated build system using CruiseControl. I am using the SvnRevisionLabeller to to get the version string to use. With this string I can use nant to update AssemblyInfo.cs so when I build ...
9
votes
7answers
2k views

AssemblyInfo.cs subversion and TortoiseSVN

I'm using TortoiseSVN and Visual Studio 2008. Is there any way to update my project's assemblyinfo.cs with svn's version in every build? For example, 1.0.0.[svn's version] -> 1.0.0.12
9
votes
6answers
8k views

C# AssemblyFileVersion usage within a program

I'm working on a program, and I'm trying to display the assembly FILE version public static string Version { get { Assembly asm = Assembly.GetExecutingAssembly(); ...
7
votes
6answers
270 views

.net: Version numbers for DLL vs EXE?

I have been recently versioning my product (exe) and increasing the build number each time in assemblyinfo.cs. Works great, my product is currently on version 1.5.x.x so in increase the 4 digit each ...
7
votes
3answers
461 views

Are there good reasons for letting AssemblyVersion and AssemblyFileVersion match?

Gendarme has an AvoidAssemblyVersionMismatchRule with the following description: This rule checks that the [AssemblyVersion] matches the [AssemblyFileVersion] when both are present inside an ...
7
votes
2answers
2k views

What is the ThemeInfo attribute for?

Whenever I create a new WPF application or WPF user control library, the AssemblyInfo.cs file includes the following attribute: [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where ...
7
votes
3answers
3k views

Assembly Versioning using CruiseControl.net

I have setup CruiseControl.net for a bunch of my projects which are related. As a result a single project tag in CruiseControl has multiple SVN checkouts and then a bunch of msbuild tasks compile all ...
6
votes
3answers
3k views

“LNK2022: metadata operation failed” driving me insane

I have a big solution with lots of projects, using VS2008 SP1, and at least once a day I encounter the LNK2022 error. If I do a full rebuild of the solution it builds fine, but this is not fun. It ...
5
votes
2answers
444 views

Why not check in AssemblyInfo.cs

I was watching a video on Git and the guy went out of his way to ignore the AssemblyInfo.cs. Why should I not check that file in? If I don't check the file in won't Visual Studio complain for the ...
5
votes
2answers
2k views

C# Project Global AssemblyInfo

NET 3.5 solution with multiple projects in it. Is there a way I can create a "Global" AssemblyInfo.cs in which all the project AssemblyInfo.cs can reference from?
4
votes
5answers
2k views

How do you manage an AssemblyInfo.cs that is stored in SVN and changes with each build

I've got the following scenario: An application is built via the IDE and via a build script. The build script is used for the initial setup (fetching dependencies, setting up environment), to generate ...
4
votes
1answer
2k views

How to add Assembly Information to a Web Site/App in Visual Studio 2008

Can anyone tell me how to add an AssemblyInfo.vb file to a Web Application converted from NET2.0 to NET3.5. I'd like to add the manifest information but cannot find a way to do for the Web ...
3
votes
2answers
2k views

How can I change AssemblyProduct, AssemblyTitle using MSBuild?

I have an MSBuild script which compiles my existing solution but I'd like to change some properties of one of the projects within the solution at compile-time, including but not limited to ...
3
votes
5answers
546 views

Details of Assembly version

we will find Assembly version from Assembly.cs in every library. [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] My question is what is 1.0.0.0 meant by this? ...
3
votes
2answers
378 views

How can I retrieve the 'AssemblyCompany' setting (in AssemblyInfo.cs)?

Is it possible to retrieve this value at runtime? I'd like to keep the value in one place, and retrieve it whenever my application needs to output the name of my company.
3
votes
2answers
286 views

VB.Net - What is the difference between AssemblyFileVersion & AssemblyFileVersionAttribute and AssemblyVersion & AssemblyVersionAttribute

I've inherited a VB.Net codebase which was VB 2005 and upgraded to VB 2008 consisting of around 100 projects I'm trying to re-version all of the components but have discovered some of the ...
3
votes
1answer
557 views

Version information missing from .NET assembly (Compact Framework 3.5/VS2008)

I am building an executable using VS2008 and .NET compact framework 3.5, targetting Windows Mobile 6 professional, but whenever I compile the project, everything that I have specified in the ...
3
votes
5answers
654 views

Is it possible to change the version format of a C# project?

Instead of the major.minor.build.revision format, I'd like to use date and time for version numbers. Something more like day.month.year.time. Is there a way to change the format of the ...
3
votes
1answer
3k views

Regenerate missing AssemblyInfo.cs in VS 2005

I'm trying to build a small VS 2005 solution I've just checked out of source control, and I'm getting this easy to understand error: ...\AssemblyInfo.cs' could not be opened ('The system cannot ...
2
votes
3answers
93 views

ProductName and CompanyName in C#

In VB.Net, I can retrieve my application's ProductName and CompanyName by using: My.Application.Info.ProductName My.Application.Info.CompanyName How do I do the same thing in C#?
2
votes
1answer
812 views

How to use Svn Version Task to set the Version of a vb project

I have a Visual Studio 2008 Solution where the main output exe is a VB.Net Winforms exe which has several VB.Net and C# dll's linked from the same solution. The whole solution is under version control ...
2
votes
4answers
277 views

.Net Is it better to check in the updated AssemblyInfo.cs in a daily build?

At my job, the assembly version of each project in the source control is kept to 1.0.0.0. When the build machine make a new daily build, it has a task to update the assembly version but does not check ...
2
votes
1answer
837 views

Setting AssemblyFileVersion with MSBuild-call?

We have a batch-based buildprocess and we are using MSBuild only for compiling our project-files from visual studio. We also have integrated wix into our build-process. To set the version of our ...
1
vote
1answer
21 views

.Net AssemblyInfo Delphi-Prism

What for is the implementation end. part of the AssemblyInfo.pas file in DelphiPrism projects? I know that between 'implementation' and 'end' there should be an implementation of a method, but ...
1
vote
1answer
139 views

MSBuild Extension Pack

I'm messing around with some TFS build definition files and run into a little problem. I se MSBuild Extension Pack, as explained here, but for some reason my assemblyInfo.cs files are not checked out ...
1
vote
1answer
145 views

Application.UserAppDataPath strange behaviour

When I use Application.UserAppDataPath to get to configs, I've got a ArgumentException "Illegal characters in path." According to Microsoft it is not a bug, but a feature; The only way how you can ...
1
vote
3answers
274 views

Where to find assembly configuration information?

in AssemblyInfo.cs file I have following subection: #if DEBUG [assembly: AssemblyConfiguration("Debug")] #else [assembly: AssemblyConfiguration("Release")] #endif Where this information can be seen ...
1
vote
3answers
203 views

How to check all projects in solution for some criteria?

I need to let all projects in solution contain some additional build actions, e.g. StyleCop validation, autogenaration of AssemblyInfo's, etc. My idea is to make some kind of solution-wide prebuild ...
1
vote
1answer
200 views

Making a C++/MFC application to extract AssemblyInfo from other applications?

I am trying to make a C++/MFC application (so called "Update Application") that can extract AssemblyVersion information from other applications written in C#/.NET 3.5. So I can update my C# program ...
1
vote
2answers
169 views

C++ cli assembly attributes missing

Hi I created as sample C++ CLI project in VS. By default it has many assembly attributes like company, product etc. On Windows7 or Vista, when I right click on the assembly and go to the Details tab, ...
1
vote
2answers
83 views

referencing and storing the strong name externally for reuse

I have a lot of assemblies that have set the InternalsVisibleToAttribute pointing one specifc assembly within the same solution. Unfortunately the assembly that is being pointed to has a stong name, ...
1
vote
1answer
257 views

Issue loading assembly file

I have this problem: Error 23 The "AssemblyInfo" task could not be loaded from the assembly AssemblyInfoTask, Version=1.0.51130.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35. Could not load ...
1
vote
1answer
171 views

Adding a comment to the file generated by an asminfo NAnt task

I am using the asminfo task in NAnt but would like to be able to include an explanatory comment in the generated file (to tell the uninitiated that the file was generated by NAnt, and what its purpose ...
1
vote
1answer
345 views

Setting Assembly Info for InternalsVisibleTo with MSBuild Community Tasks

I'm using MSBuild Community Tasks to automatically update my assembly version numbers according to my Subversion repository tag. I have added the following to my project file: This gives ...
1
vote
2answers
161 views

the carry flag issue!

Suppose AX =FFFE and BX=1234 now if we write cmp ax,bx (bx will be subtracted from ax and the approprite flages will be updated) now the binary representation of the numbers in ax and bx is given by ...
1
vote
4answers
379 views

Help with Assembly Information File in C#

What is the Assembly Information File for in C# and how do I use it?
1
vote
4answers
1k views

Where to specify version number in ASP.NET Web Site

So I have an ASP.NET 'Web Site' (as opposed to a Web Application) which has no AssemblyInfo.cs file or Bin folder or anything like that. I want to have a way to specify an Assembly version number ...
1
vote
1answer
416 views

VS.net set version for multiple projects in one solution

I am trying to update a lot of different projects in a solution to have a new version number. Is there a simple way to synchronize the version number across all projects fileversion and clickonce ...
1
vote
2answers
1k views

Is AssemblyInfo.cpp necessary?

I want to remove AssemblyInfo.cpp, because of some metadata errors that sometimes come up. Is AssemblyInfo.cpp useful for anything? Or can it be removed without any problem?
1
vote
1answer
129 views

Is there a way to display less than 4 numbers in the assembly version?

I need to display only 3 numbers for my assembly versions, to comply with our internal guidelines I tried removing the last digit from the AssemblyInfo file to look like this [assembly: ...
0
votes
1answer
25 views

Error in the AssemblyInfo file

I get the error "Error 1(E4) "end." or implementation section members (types or methods) expected." Nowhere on the internet I can find information about this error. I get this error because of this ...
0
votes
0answers
32 views

AssemblyInfo and accessing regular functions

[assembly: AssemblyCopyright("Copyright © 2009")] is it possible somehow to access functions like DateTime.Now.Year inside the AssemblyInfo class? so as to put in like [assembly: ...
0
votes
1answer
59 views

Adding some automatic versioning to CSS files. How come I'm not able to pull assembly info?

<link rel="stylesheet" type="text/css" href="../Content/Dashboard/CustomTooltip.css?v=<%= ...
0
votes
1answer
229 views

TeamCity AssemblyInfo patcher Patches file, but DLL version isn't “right”

Here's what my assemblyinfo.cs version strings look like pre build: [assembly: AssemblyVersion("2.0.0920.10")] [assembly: AssemblyFileVersion("2.0.0920.10")] During the build, the patcher does what ...
0
votes
0answers
16 views

File version in explorer is not equal to the version in AssemblyInfo

I am using a self written tool to update the version information in the assemblyinfo.cs. The tool works completely fine, the version information in the assemblyinfo.cs are updated according to my ...
0
votes
0answers
40 views

Reflection - How to add custom information by an attribute into Assembly PROGRAMMATICALLY?

I want to store some extra information into my Assembly. The traditional way is sequentially : Extend an attribute which targets to Assembly => Manually write down onto AssemblyInfo with recent ...
0
votes
1answer
72 views

Using a class library assembly that internally uses a link to a global assembly info file

I am struggling with the current scenario below. I'm using vs 2010 and C# with .NET 4: I have a separate solution (call it solution A) that has 2 class library projects in it (call them B and C). ...
0
votes
1answer
429 views

File version in AssemblyInfo.cs not reflected in Windows Explorer File Properties?

I've got a VS2010 project that contains an AssemblyInfo.cs file. This has: [assembly: AssemblyFileVersion("10.0.1.0")] When I run my app and ask for the file version from the executing assembly it ...

1 2