How to register dll

In this programming tutorial you will learn how to register dll. It is quite easy as you just have to execute a simple command, but before knowing the command i want to tell you that you must have Administrator rights over the operating system (Windows).
You just have to run the following command in Windows Command Processor, make sure you must use this program with Admin Rights as illustrated below if your windows account is not the admin account

Windows Command Processor
regsvr32 dllname-with-its-complete-path

you have to given dll name and its complete path where it exists, let's suppose we have a dll iTextSharp and it exists in project folder located in our D drive then the command will be

regsvr32 D:\Project\iTextSharp.dll 

That's it. I hope you will find this tutorial very handy.

I love your feedback.

0 comments: