|
I have one dll file which was compiled in ond VB6 version. I converted that dll through TlbImp.exe and command was ..
tlbimp.exe <old Dll>.dll /keyfile:keypair.snk /out:strong.dll
it's work fine.. But if i want to convert this old dll into 64 bit version it's giving me error Command:- tlbimp.exe /machine:x64 dvpunicodetool.dll /keyfile:keypair.snk /out:strong.dll Error :-- TlbImp: Error : TI0000 : A single valid machine type compatiblewith the input type library must be specified.
Is any body know why i got his message ?
Thanks in advance.. - Moved byeryangMSFT3 hours 57 minutes agovb interop issue (From:.NET Base Class Library)
-
|