Hi there,
This is puzzling me for some time now. In the old days when I was writing code in VB6 the version information and build info was automatically inserted in the new dll that you build. But now in C# when I build a dll with tlb file(COM) the same version is visible in the properties of the dll.
My question now is how can I get the major, minor and build information in the dll. So every time I build the dll a new build is generated.
Thanks,
Cire
This is puzzling me for some time now. In the old days when I was writing code in VB6 the version information and build info was automatically inserted in the new dll that you build. But now in C# when I build a dll with tlb file(COM) the same version is visible in the properties of the dll.
My question now is how can I get the major, minor and build information in the dll. So every time I build the dll a new build is generated.
Thanks,
Cire