adspace


how to register dll in COM / COM+ application

Answer Posted / Sunny Devkumar Singh

To register a DLL (Dynamic Link Library) in a COM/COM+ application, you can use the Regsvr32 command-line utility. Here are the general steps:n
1. Open Command Prompt as an administrator.
2. Navigate to the directory containing the DLL file.
3. Type `regsvr32 [DLL_file_name]` and press Enter.
4. Click 'OK' on the dialog box that appears, indicating whether the registration was successful or not.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category