When deploying a software package containing a VB6 executable and a .NET component, do you need a .TLB file?
If not, is it enough to enable the DLL and allow it during installation?
If you want to include the .tlb file in the installation, you will need a way to register this file for COM.
Instead, you can exclude the .tlb file and just regasm dll; .tlb will be created and registered with the user system.
.DLL .TLB. - , , , GAC. RegAsm /codebase.
, .NET COMVisible = true.
Source: https://habr.com/ru/post/1771883/More articles:Sencha PHP Mysql - phpsending sms (text) from java code to a mobile phone in windows - javaJava Reverse Engineering Tutorial - javaJava: how to disable the mouse and keyboard system - javaAndroid scroll bar with scroll - androidHow to check FFT results in iphone? - iphoneSearch Multiple Blogger Shortcuts - searchSearch AlertDialog - androidUsing C ++ and scripting together - c ++Каков наилучший способ отправки XML-данных в webservices jaxws - javaAll Articles