Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8403673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:24:24+00:00 2026-06-09T22:24:24+00:00

I have my C#.net class library( MyLib.dll ). MyLib.dll is calling other third party

  • 0

I have my C#.net class library(MyLib.dll). MyLib.dll is calling other third party dll(Other.dll) file which is added through reference to my class library(MyLib.dll).

Now the problem is that MyLib.dll is to be used in vb 6.0.

I’ve registered MyLib.dll to enable COM and also i’ve set the Register for COM Interop option in Properties of my Class Library.

Also I’ve generated .tlb file for MyLib.dll (using Regasm)and for Other.dll to make them visible in COM.
I could see both the MyLib and Other in References of vb6.

The methods in the MyLib are visible but methods in Other are not visible when opened with vb6.

I’ve also tried to place MyLib in GAC but Other.dll(Third party dll) doesnot support vb6, it only supports for C#.net as well as VB.Net.

How to make the methods in the Other.dll visible in vb6.

Is there any way to make the methods in the third party dll to visible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T22:24:25+00:00Added an answer on June 9, 2026 at 10:24 pm

    So, if I understood you correctly, MyLib.dll is visible from COM, but Other.dll is not. But, if Other.dll is visible from MyLib.dll you could use MyLib.dll as a bridge between Other.dll and COM.

    Say Other.dll has a void Foo(int x, string y) function you want exposed to COM. Make a function on MyLib.dll like so

    public void Foo(int x, string y)
    {
        Other.Foo(x, y);
    }
    

    Would’t this work?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a class library which is called through COM from a Third Party
I have an asp.net mvc project and reference a dll to a class library.
I have a .NET class library (as a .dll file) and that library contains
I have a class library (.NET) with a reference to a web service (in
I have a problem in a VB.Net class library which I have simplified greatly
I have a C# .Net console application which calls a C++ .Net class library.
I have a C# .NET class library which I have exposed in COM by
I have an asp.net website with a reference to a class library. I can
I have a .NET class library that spins up a secondary process which is
I have an ASP.NET VB.NET web project that references a VB.NET class library. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.