I have a problem. When I import a COM dll (VB6) in my C# application, All is fine. It compiles and works.
However when I use the app on an other PC, I have an error message :
Unable to cast an object to COM type Installation.VB6FenetreClass Installation._VB6Fenetre interface type. This operation failed because the QueryInterface call on the COM component for the interface with IID {4CD38B1B-45F1-4DC5-910E-3579664306B9} ' failed due to the following error: this interface is not supported (BingTranslated)
But I don't understand why.