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 430713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T19:54:10+00:00 2026-05-12T19:54:10+00:00

I need some clarification. I have a Reportwriter dll that uses Crystal Reports. It

  • 0

I need some clarification. I have a Reportwriter dll that uses Crystal Reports. It is written in VB6. I have to add this dll to my asp.net project, where it creates an interop dll.

To my understanding, the interop dll is there as an intermediary so that my .net code can speak to the Reportwriter dll.

So do I register the interop dll or do I register the original dll?

  • 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-05-12T19:54:10+00:00Added an answer on May 12, 2026 at 7:54 pm

    When you write code in VB6, the compiled result is a COM component. COM components provide interfaces, coclasses, structs and enums, which are normally described using a COM type library. However, to consume that COM component in .NET, you need type description in a format that .NET understands – that is, a .NET assembly (since it cannot work with type libraries directly). An interop assembly is therefore just a “converted” COM type library, in a sense that it contains descriptions of interfaces, structs etc that correspond to the same things in a type library.

    (The above is somewhat simplified, as interop assembly doesn’t have to be produced from a type library – you can hand-code one if you want, for example.)

    Contrary to what is often said, an interop assembly doesn’t contain any executable code, and it doesn’t do any marshalling. It only contains type definitions, and the only place where it can have methods is in interfaces, and methods in interfaces don’t have an implementation. Marshaling .NET calls to COM ones is actually done by CLR itself based on type descriptions loaded from interop assemblies – it generates all necessary code on the fly.

    Now as to your question. You need to register your COM DLL (the output of your VB6) project – for example, using regsvr32.exe. You shouldn’t (in fact, you cannot) register an interop assembly that way, because it’s not a COM component – it’s just a plain .NET assembly, so you can either put it in the same folder with your .exe/.dll, or put it into GAC, as usual.

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

Sidebar

Related Questions

I have an ASP.NET web form application that on the server side I need
I need some help from the shell-script gurus out there. I have a .txt
I need some clarification how MS-DTC will behave in scenario given below 1) I
I need some clarification re cascade deletes in Entity Framework and despite searching for
Just need some clarification on how to design a python script file test.py. When
I need some clarification about the behaviour of svn switch. I'm using SVN version
I just need some clarification on variables A normal variable has 2 parts to
i have some clarification regarding Qt programming. In Qt most of the time we
I require some clarification on the question why do we need the scope resolution
i have a input tag which is non editable, but some times i need

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.