Results 1 to 3 of 3

Thread: .NET assembly

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default .NET assembly

    Hi all,

    I have strange problem, but may be it is my misunderstanding. I need to
    register my dll as NET assembly.

    So I am using flag:

    ..NET Assembly
    [in] Check this box if you want to add a .NET assembly into the Global
    Assembly Cache (GAC).


    My dll located in my program directory. So it does not seem to work the
    automatic registration using SB5.

    If I register manually using regasm.exe - all registered and after my
    program works.

    What I missed?

    Gennadi

    --
    Best regards,
    Ingasoftplus

  2. #2

    Default Re: .NET assembly

    Gennadi,

    GAG and REGASM are different things.

    The upcoming SetupBuilder 5.5 supports "COM interop registration"
    (reads the metadata within an assembly and adds the necessary
    entries to the registry).

    The GAC feature adds a .NET assembly into the Global Assembly
    Cache (GAC).

    Does this help?

    Friedrich

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

  3. #3

    Default Re: .NET assembly

    Hi friedrich,

    > GAG and REGASM are different things.
    >
    > The upcoming SetupBuilder 5.5 supports "COM interop registration"
    > (reads the metadata within an assembly and adds the necessary
    > entries to the registry).
    >
    > The GAC feature adds a .NET assembly into the Global Assembly
    > Cache (GAC).
    >
    > Does this help?

    Yes, thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Support for .NET Framework 3.0 (Final)
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 0
    Last Post: 11-10-2006, 09:51 AM
  2. SetupBuilder 5.5 Developer Edition is released!
    By linder in forum Lindersoft Announcements
    Replies: 0
    Last Post: 08-14-2006, 04:36 AM
  3. Scripts for SQL Express and .Net 2 Framework.
    By wtmullican in forum SetupBuilder
    Replies: 2
    Last Post: 06-27-2006, 07:01 AM
  4. .NET Detection
    By Josh Russell in forum SetupBuilder
    Replies: 3
    Last Post: 04-10-2006, 09:34 AM
  5. Global Assembly Cache (GAC)
    By Unregistered in forum SetupBuilder
    Replies: 12
    Last Post: 01-13-2006, 09:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •