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 you must have Administrator rights over the operating system (Windows).
You just have to run the following command
regsrv32 dllname-with-its-complete-path
you have to give 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
You just have to run the following command
regsrv32 dllname-with-its-complete-path
you have to give 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
Tags:
asp.net