tlbimp

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi
i've already install the .net framework sdk
and tried the tlbimp sample.dll /out:sampleDotNet.dll
an error occured...
'tlbimp' is not recognized as an internal or external command, operable
program or batch file

im trying to use third party COM components (made in VB6) in the ASP.net
environment.
 
Setup your path in command line to point to the Bin directory of .net
framework. That depends on where you installed the framework.
 
Back
Top