>I would appreciate any help on how it could be done.

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Mattias,
Thanks!
Maybe you could help me on another one :)
I assume that this attiribute will work as regular (COM) registration,
correct?
If yes I want to add this newly created .NET dll into a particular
category.
For instance in .NET 1.1 i could do
[ module(dll, uuid = "{FBA1520A-7255-4D93-8293-979A89D3B471}",
name = "MyObject",
helpstring = "MyObject 1.0 Type Library",
resource_name = "IDR_MYOBJECT") ]
class CMyClass
{
}
How to express it in .NET 2.0???
Thanks in advance, Alex.
> Alex,
>
[quoted text clipped - 18 lines]
> http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> Please reply only to the newsgroup.
Mattias Sjögren - 05 Nov 2006 15:01 GMT
>I assume that this attiribute will work as regular (COM) registration,
>correct?
In what way? The attributes themselvs don't do much. The registration
of assemblies is handled by RegAsm.exe.
>If yes I want to add this newly created .NET dll into a particular
>category.
If you need to do custom registration, check out the
ComRegisterFunctionAttribute.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.