tlbimp.exe does allow you to set the assembly version using the /asmversion
option which also sets the file version. Note that it's the file version
that matters, though - not the assembly or product version. During link, you
won't need to pass -fv to light.exe since the assembly version changes. S
In this particular case I am not interested in setting Company Name and version
number for my interop assemblies (that is, files generated using tlbimp) just
so that the name is not an empty string and that the version is not 1.0.0.0.
In order to have un-installable patches I need assembly file
2 matches
Mail list logo