This is a discussion on Is Versioning applicable to private assemblies? within the ASP and ASP.NET Programming forums, part of the Web Development category; Is Versioning applicable to private assemblies?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Is Versioning applicable to private assemblies? |
|
#2
| |||
| |||
| hi... Versioning concept is only applicable to global assembly cache (GAC) as private assembly lie in their individual folders. |
|
#3
| |||
| |||
| Can any one tell me where is the version information stored of an assembly?
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
|
#4
| |||
| |||
| Version information is stored in assembly in manifest. |
|
#5
| |||
| |||
| hi, i come across 'ildasm' a tool to disassemble the .dll, and able to read the content of Manifest, can anyone tell me how to use this. i think we need to execute it from command prompt, i dont know how to set the path for complier.. can anyone explain? Thanks in advance Manivannan.s |
|
#6
| |||
| |||
| Hi, I think that it may usefull for u.... ILDASM basically converts the whole exe or dll in to IL code. To run ILDASM you have to go to "C:\Program Files\Microsoft101Visual Studio .NET 2003\SDK\v1.1\Bin". Note that i had v1.1 you have to probably change it depending on the type of framework version you have.If you run IDASM.EXE from the path you will be popped with the IDASM exe program as shown in figure ILDASM. Click on file and browse to the respective directory for the DLL whose assembly you want to view. After you select the DLL you will be popped with a tree view details of the DLL as shown in figure ILDASM. On double clicking on manifest you will be able to view details of assembly, internal IL code etc Hope u get satisfied by this post... Regards, Krishnakumar.S Last edited by krishnakumar : 08-07-2007 at 06:48 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FxCop 1.36: 'Referenced assembly could not be found' for assemblies in GAC | arjkhanna | C# Programming | 1 | 06-18-2009 03:21 AM |
| Simple OOP concept here (final vs. private)? | andrewschndr | PHP Programming | 0 | 12-29-2008 10:47 AM |
| Public IP & Private IP? | vadivelanvaidyanathan | Server Management | 2 | 08-30-2007 05:04 AM |
| How do assemblies find each other in dot net 2005 ? | Archer | C# Programming | 1 | 07-25-2007 02:44 AM |
| Versioning in .NET | vigneshgets | ASP and ASP.NET Programming | 1 | 07-17-2007 04:16 AM |
Our Partners |