Search All Articles Submit your Website or Blog to A New Internet Library
Wednesday, October 29, 2008
Where is version information of an assembly stored ?
The version number is stored in the assembly manifest including the assembly name and public key, as well as information on relationships and identities of other assemblies connected with the application.
Version number contains 4 parts like
1. Major version
2. Minor version
3. Build number
4. Revision
For an Example:
Version 1.5.1254.0 indicates 1 as the major version, 5 as the minor version, 1254 as the build number, and 0 as the revision number.
To make the version number of assembly uniquely identify we have to register into the GAC and shared this number to different applications.
Subscribe to:
Post Comments (Atom)
Also Read other Top Articles
- JSON Serialization in VS 2008
- Implementing Forms Authentication in Silverlight Application.
- Making GridView Rows or Individual Cells Clickable and Selectable.
- Enabling browser back button for GridView Paging and Sorting in Ajax 1.1 and 3.5 (using Visual Studio 2005/ Visual studio 2008)
- How to pass values from User Control to Page or calling Page methods from User Control.
- What is WCF?
- New features in C# 4.0
- C# to VB.NET and VB.NET to C# online free converter tools.


0 comments:
Post a Comment
Post your comments/questions/feedback for this Article.