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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T08:34:45+00:00 2026-05-20T08:34:45+00:00

I have a COM Interop DLL that I’m automatically generating from an existing COM

  • 0

I have a COM Interop DLL that I’m automatically generating from an existing COM DLL, using tlbimp. What I need is to add Details to the DLL’s Properties dialog for file version, copyright info, etc.

I found some sample code that uses the AssemblyBuilder.SetCustomAttribute() API to dynamically set AssemblyCopyrightAttribute, etc.

However, the AssemblyBuilder instance in use comes from AppDomain.CurrentDomain.DefineDynamicAssembly(), which appears to only create new assemblies. (Indeed, whenever I try that code with my DLL name, it deletes my DLL and creates a new one.)

Is there any way to get an instance of AssemblyBuilder for an existing assembly?

  • 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-20T08:34:45+00:00Added an answer on May 20, 2026 at 8:34 am

    No, you’re fundamentally looking for the wrong solution. What you see in explorer’s Details tab is actually an unmanaged resource. The C# compiler auto-generates one from the assembly attributes (/win32res compiler option), this of course does not happen when you create an interop assembly. Or for that matter try to create one with an AssemblyBuilder.

    To make this work, you first have to disassemble the interop library with ildasm.exe /out. Next, you have to create a version resource, best done with a C++ project. Use the resource editor to add a Version resource. After building you get a .res file. Then use ilasm.exe to re-create the interop library, using the /resource option to get the .res file embedded.

    I gave you the 100 miles per hour version, this is hard to automate.

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

Sidebar

Related Questions

I'm writing an Excel Addin using COM Interop from .net. I have a command
I have a project that references a COM dll, and the Interop assembly is
I have a COM interop assembly, and I would like to check from a
I have a VB6 COM component which I need to call from my .Net
I have a VB6 application that uses a COM DLL. The DLL is written
I have application which can export slides to PowerPoint. I'm using Microsoft.Office.Interop.PowerPoint.dll . This
I'm working on an asp.net web site. We have to use com interop to
I have a COM object written using the MS ATL library. I have declared
We have a COM object implemented with C++/ATL that includes a method which will
I have a COM dll written in vb6. When I try to create a

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.