Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

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, 04: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, 11: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, 12: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

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