If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Using DLL Library in ASP Pages

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-15-03, 16:36
skystar skystar is offline
Registered User
 
Join Date: Oct 2003
Posts: 4
Using DLL Library in ASP Pages

Hi All,

I want to know how DLL works with ASP pages. I did simple example with DLL and ASP, It works fine. But the problem is that I can not modify the DLL Library. To run the DLL with ASP, I have to register the DLL and I think to modify the DLL, I have to unregistered, But I don’t know how to do this unregistered the DLL. I have Windows 2000 and XP.
Thanks
Reply With Quote
  #2 (permalink)  
Old 10-15-03, 19:31
smorton smorton is offline
Registered User
 
Join Date: Oct 2003
Posts: 12
To unregister the dll type this from the command prompt:

regsvr32 /u filename.dll
Reply With Quote
  #3 (permalink)  
Old 10-17-03, 14:03
skystar skystar is offline
Registered User
 
Join Date: Oct 2003
Posts: 4
Hi Smorton,

Thanks for reply.
I am getting the following error when I tried to register or unregistered the dll file.

Load library (project.dll) failed – the specified module could not found.

but first time when I tested the asp page with DLL library, then it works fine.
After that I change the class and try to re-save the DLL library I got permission denied error message.

Please would you be able to help me for this.

I have knowledge of ASP and VB, I am new to DLL. I don’t know how to use DLL with ASP.

Thanks in advance

Last edited by skystar; 10-17-03 at 14:05.
Reply With Quote
  #4 (permalink)  
Old 10-21-03, 12:41
skystar skystar is offline
Registered User
 
Join Date: Oct 2003
Posts: 4
Hi All,

Help Please!??????????????????????

no reply???????????

Please anyone reply this. I need to start my project.

thanks in advance.

Last edited by skystar; 10-21-03 at 12:44.
Reply With Quote
  #5 (permalink)  
Old 10-24-03, 09:12
ghost ghost is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
Unregister dll

try this:

Also make sure you unregister the previous version of the AWSReportWizard.dll as follows:

regregsvr32 -u [Your folder path]\AWSReportWizard.dll
e.g. regregsvr32 -u C:\Program Files\AWSReportWizard\AWSReportWizard.dll

then restart your computer, then register the attached dll file as follows:

regregsvr32 [Your folder path]\AWSReportWizard.dll
e.g. regregsvr32 C:\Program Files\AWSReportWizard\AWSReportWizard.dll

you can download a free version of the ASP Report Wizard at http://www.aspwebsolution.com
Reply With Quote
  #6 (permalink)  
Old 10-24-03, 09:14
ghost ghost is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
Re: Unregister dll

try this:

Also make sure you unregister the previous version of the AWSReportWizard.dll as follows:

regsvr32 -u [Your folder path]\AWSReportWizard.dll
e.g. regsvr32 -u C:\Program Files\AWSReportWizard\AWSReportWizard.dll

then restart your computer, then register the attached dll file as follows:

regsvr32 [Your folder path]\AWSReportWizard.dll
e.g. regsvr32 C:\Program Files\AWSReportWizard\AWSReportWizard.dll

you can download a free version of the ASP Report Wizard at http://www.aspwebsolution.com
Reply With Quote
  #7 (permalink)  
Old 10-31-03, 11:39
skystar skystar is offline
Registered User
 
Join Date: Oct 2003
Posts: 4
thanks ghost,

thanks for reply.

I will try this.

thanks again for reply. I hope this will work.

Last edited by skystar; 10-31-03 at 11:56.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On