|
-
May 29th, 2000, 10:33 PM
#1
Thread Starter
Addicted Member
I have created an ActiveX DLL in VB6 and created a class called Visit.
I am calling it in ASP:
<%@ Language=VBScript %>
<html>
<%
Dim objVisit
set objVisit = server.CreateObject("Project1.Visit")
%>
</HTML>
However I get the following Error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/local/Test.asp, line 12 800401f3
Does anybody know what I am doing wrong ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|