PDA

View Full Version : .NET assembly



NewsArchive
07-13-2006, 07:05 AM
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

NewsArchive
07-13-2006, 07:05 AM
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

NewsArchive
07-13-2006, 07:05 AM
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!