> i've tried the tlbimp.exe command but it fails with an error message:
>
[quoted text clipped - 7 lines]
> have anyone tried this before ? is there a solution to add the fxcomex.dll
> to a COM+ application and get it successfully built
Is "fxcomex.dll" a COM object?
If so, you'll need to generate the interop assembly yourself using
tlbimp.exe and the /keyfile switch. If you just reference a COM object
from the VS.NET IDE, it generates an interop wrapper, but doesn't use
the /keyfile switch so it is not signed.
Locate "fxcomex.dll" on your hard drive, then create the wrapper
assembly with tlbimp
tlbimp.exe fxcomex.dll /keyfile:mykey.snk /out:interop.faxcomex.dll
Then add a reference to interop.faxcomex.dll.

Signature
Patrick Steele
http://weblogs.asp.net/psteele
FASHA - 03 Feb 2007 07:49 GMT
Many thanks. that worked out fine
xing - 30 Apr 2007 13:59 GMT
>In article <F988EB45-424A-4845-872F-719D9525175C@microsoft.com>,
FASHA@discussions.microsoft.com says...
> i've tried the tlbimp.exe command but it fails with an error message:
>
[quoted text clipped - 7 lines]
> have anyone tried this before ? is there a solution to add the fxcomex.dll
> to a COM+ application and get it successfully built
Is "fxcomex.dll" a COM object?
If so, you'll need to generate the interop assembly yourself using
tlbimp.exe and the /keyfile switch. If you just reference a COM object
from the VS.NET IDE, it generates an interop wrapper, but doesn't use
the /keyfile switch so it is not signed.
Locate "fxcomex.dll" on your hard drive, then create the wrapper
assembly with tlbimp
tlbimp.exe fxcomex.dll /keyfile:mykey.snk /out:interop.faxcomex.dll
Then add a reference to interop.faxcomex.dll.

Signature
Patrick Steele
http://weblogs.asp.net/psteele
_________________________________________________
Hello!How are you?
I'm a chinese student.
Can you give me a faxcomex.dll?
I can't find it in my OS.
Regards and thanks.
my email:xingtaisen@126.com
my msn:xingtaisen@126.com
Can you give me a faxcomex.dll?
___
Newsgroups brought to you courtesy of www.dotnetjohn.com