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 > need help with dll component

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-09-04, 03:36
michaelfg81 michaelfg81 is offline
Registered User
 
Join Date: Mar 2004
Posts: 202
need help with dll component

hi there

can anyone help me with dll component?
i key in all the sample code which i took online and then try to put into ASP
and it keep coming up an error which stated

Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/pc/filterOTD.asp, line 158


in line 158 is this

Set addthis=Server.CreateObject("additionhelper.addme" )

i try everything already but to no vail.
pls help.
thanx
Reply With Quote
  #2 (permalink)  
Old 06-09-04, 10:57
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Did you write the DLL, or is this a 3rd party COM?
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 06-09-04, 11:10
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
Did you register the DLL for use by the server? If not you need do the following thing:

Open a MS-DOS command line window on the server. When the command line window appears change the directory where you saved the dll. Type the following:

regsvr32 additionhelper.dll
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