A legacy application displays the version numbers of all of its components, which are supposed to be DLLs. We are tricking the application for various reasons by putting TLBs in the folder that gets queried. However, when it lists the version information, it comes up as "Unknown" because TLB files do not have a File Version property.
When we generate the TLB with regasm filename.dll /tlb:filename.tlb, is there a way to get regasm to generate a TLB such that it has a file version? I have been unable to find any information about this online. I assume that it is just not possible and therefore we'll have to come up with a workaround...