DLL Registration
-
Hi Everybody, Is there any other process to register dll other than regsvr32 process. If yes please let me know. Thanks in advance, Jayachandra
-
Hi Everybody, Is there any other process to register dll other than regsvr32 process. If yes please let me know. Thanks in advance, Jayachandra
An actual COM .DLL or a .NET assembly? Are you sure it's a COM-base .DLL? Library .DLL's cannot be registered. The only other way to do it would be to poke the registry values in by manually, but that's not a good idea at all.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Hi Everybody, Is there any other process to register dll other than regsvr32 process. If yes please let me know. Thanks in advance, Jayachandra
maybe ... google this: programmatically register activex dll