|
Subject:
|
registring dll file
|
|
Posted By:
|
sharmasidhu1
|
Post Date:
|
9/26/2005 5:28:39 AM
|
hi firend , I need ur help i want to register a dll file in window .what i m doing is at command promt ie c:/>winnt\system32\regsvr32 ..... .dll file i already paste that .dll file into system32
it showing a msg in popup window that ---LoadLibrary(.... .dll)failed specified module can'nt be found
i am using(os-win 2000 micrsoft 2000 server service pack 2)
plz help me in this
sid
|
|
Reply By:
|
dkautilya
|
Reply Date:
|
9/30/2005 5:09:49 AM
|
hi,
first of all please specify what u r using asp or asp.net. if u r using asp.net then it is register the DLL. U just add the file into the bin directory.
dkautilya shuklakautilya@rediffmail.com
|
|
Reply By:
|
sharmasidhu1
|
Reply Date:
|
10/4/2005 3:32:14 AM
|
hi friend i m using ASP only thank u for reply
|
|
Reply By:
|
ChrisScott
|
Reply Date:
|
10/6/2005 3:46:05 AM
|
Hi Sid,
If you are running regsvr32 from c:\>, you need to write the full path to the dll file e.g.
c:\>regsvr32 c:\winnt\system32\[yourDllNameHere]
HTH,
Chris
|