Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Combin DLL to ASP

843834Mar 10 2002 — edited Jun 11 2002
Hey David ,

I must combine a DLL in ASP project. i implements the folwoing steps( correct me if i wrong) :
1. I create a COM file by choosing DLL format.
2. I finish the class and i compile it.
3. I registrate it by the RegSvr32.exe (this is what i did :Regsvr32.exe [file name])
4. I try to create an object from the ASP project
i wrote : set dataBase= server.CreateObject("C:\WINDOWS\Desktop\Project1\Project1.dll")
i wrote also : set dataBase= server.CreateObject("Project1.dll")
but i get an error during the ASP page loaded. why ?
* when i registrate the dll. the messege box told me the location of it (C:\WINDOWS\Desktop\Project1\).this why i wrote all the path in the command.
if anybody know somthing about it please help me .i`m stuck

Thanks a lot
Bye Bye
Eli
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2002
Added on Mar 10 2002
1 comment
117 views