To register .NET dlls for COM Interop you have to use regasm.exe instead,
supplied with the .NET Framework. See the docs.

Signature
Carlos J. Quintero
MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
> How can I register in the registry a DLL created with VB NET 2003 ?
> I tried with REGSVR32 but it didn't worked (error message : File.dll as
> been loaded but the entry point can't be found))
> NB: it works if I create de dll with VB6