Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with VFP DLL
Message
From
09/01/2001 09:08:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Problem with VFP DLL
Miscellaneous
Thread ID:
00461095
Message ID:
00461095
Views:
49
I'm traying to write a VFP DLL for ASP.


DEFINE CLASS VFPUtils OLEPUBLIC AS CUSTOM
NAME = "VFPUTILS"
FUNCTION GetDateTime
RETURN DATETIME()
ENDFUNC
ENDDEFINE

After compiling I have VFPUtils.DLL , VFPUtils.TLB and VFPUtils.VBR

IIS is on another computer and I copy all files to target computer. Start RegSvr32 path\vfputils.dll, get response that the
DllRegisterServer in VFPUtils.dll succeeded.

In ASP page I have: Set oVFP = Server.CreateObject("VFPUtils. VFPUtils")

When I tray to load ASP page I have following response from IE:

Server.CreateObject Failed
/obj.asp, line 11
Library not registered.

The "line 11" in /obj.asp is Set oVFP = Server.CreateObject("VFPUtils. VFPUtils")

What I'm doing wrong.
Next
Reply
Map
View

Click here to load this message in the networking platform