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 > how to refer VB DLL in ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-17-04, 00:09
mailsethu mailsethu is offline
Registered User
 
Join Date: Mar 2004
Posts: 1
how to refer VB DLL in ASP

Hi guys,

Anybody know how to refer DLL in ASP Page.For example i have created DLL in VB and register using regsvr32.

next i refer to ASp page using Server.createobject("projectname.classname")

But i didn't get the required output.
Reply With Quote
  #2 (permalink)  
Old 03-17-04, 04:57
dbforum123 dbforum123 is offline
Registered User
 
Join Date: Mar 2004
Posts: 5
Give "DLLName.ClassName".

You will get the desired output.

Also while creating the dll do not forget to give the extension .dll.

Cheers,
Vasu
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