how to Using Com on Dot Net Program that have strong key ?

phicha

Well-known member
Joined
May 11, 2009
Messages
45
Programming Experience
Beginner
how to Using Com on Dot Net Program that have strong key ?

i get a com dll that need to used to control finger scan hardware.
and i already added it in my vb dot net program. it completely work fine.

but after i added my strong key to my vb dot net program, i can not compile my program. it seem because of com dll doesnt have strong key.


thanks,
 
The link below is a web search for strong name interop.

[ame=http://www.google.com.au/search?q=strong+name+interop&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-GB:eek:fficial&client=firefox-a]Web Search for [/ame]


You should be able to find what you need there.
 
thanks a lot sir,
but i found problem when try to do this


C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin>tlbimp AxInterop.BioBrid
geSDKLib.dll /primary /keyfile:AllKey.snk /out:fingertec.dll
Microsoft (R) .NET Framework Type Library to Assembly Converter 2.0.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.

TlbImp : error TI0000 : The input file 'C:\Program Files\Microsoft Visual Studio
8\SDK\v2.0\Bin\AxInterop.BioBridgeSDKLib.dll' is not a valid type library.

C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin>

can u help me more further please..

thanks a lot,
phicha
 
Back
Top