Hi,
I am trying to generate RCW PIAs for my COM dlls. One of my DLLs fail with
the error message:
TlbImp error: System.Runtime.InteropServices.COMException - Element not
found.
I am using this command line on the visual studio command line prompt:
tlbimp /primary /nologo /asmversion:3.6.0.1 /strictref
/out:Metis.Team.Interop.Services.Core.dll
/ref:Metis.Team.Interop.Interfaces.ITeamServer.dll
/namespace:Metis.Team.Interop.Services.Core /keyfile:team.snk
..\..\server\bin\servicesr\tsserver.dll
Any hints? Anyone sees this error? (I belive the COMException is a generic
one that something is not found.)
Thanks,
Helge G Solheim, MCSD.net
Helge G Solheim - 11 Aug 2004 14:41 GMT
I got it working on our build-server without any changes to the command
itself.
I believe the "TlbImp error: System.Runtime.InteropServices.COMException -
Element not found." message comes from some COM DLL that tlbimp does not
find because it is not properly registered.
Any comments on this?
-Helge
> Hi,
>
[quoted text clipped - 15 lines]
> Thanks,
> Helge G Solheim, MCSD.net