VB6 call a .net DLL

  • Thread starter Thread starter Phil Hunt
  • Start date Start date
P

Phil Hunt

I followed a step by step procedure to call a .net DLL from a VB6 exe. But
it said it cannot create the class. My question is: do I absolutely need
..NET framework set up on the box to run it.

Thanks
 
Hi,
My question is: do I absolutely need
..NET framework set up on the box to run it.
<<

Yes.

Check to make sure that the DLL is registered.

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition, ISBN 1-890422-28-2, Mabry Publishing (391 pages, includes CD-ROM).
July 2004.
See www.hardandsoftware.net for details and contact information.
 
Back
Top