HELP DLL Hell in VB6 Application...

ss7thirty

Well-known member
Joined
Jun 14, 2005
Messages
455
Location
New Jersey, US
Programming Experience
5-10
I have a VB6 application that is being run from a few different machines. There is a DLL that needs to be copied to each machine that it will run on called RetrieveClusterSize.dll. Is there a way to go about this that I will not have to install the .NET SDK in order to run the Regasm command to register the component with each machine. Is there a way to somehow in one simple step get this DLL working on each machine that it will be run on. Possible registering the DLL at a server level and executing the application off of the network (we are already executing the application off of the server).


Thanks,

Steve
 
Back
Top