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

  • Home
  • SEARCH
  • 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 have written a small util in an app that syncs the time from
I have created my own simple logger class which uses COM interop to redirect
I stumbled upon this while trying to build an ActiveX dll from an old
I'm using VB.NET and the .NET 3.5 framework. I am trying to automate word
I have a C# .Net 4.0 Application on the one hand and on the
I have the following entities in my domain model. A group (an aggregate root)
I'm using Visual Studio 2010 and both the assembly under test, and the assembly
Recently, I am facing an issue I thought it would be easy to implement.
All, This is a follow up for my question here . My setup: Visual

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.