Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't register a COM DLL on Windows 2000
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00543809
Message ID:
00543813
Views:
12
Fabio,

You need to copy and register (regsvr32) the following files:

YourDLL.dll
VFP6t.dll


Just copy the following files:
YourDLL.vbr
YourDLL.tlb
vfp6renu.dll


They also need to be in the same folder if you're not putting the VFP runtimes in Windows \System32

That should be everything you need. BTW, I would highly recommend upgrading to SP5 since it scales much better than the earlier versions without any problems..


>Hi,
>
>I have a VFP COM MTDLL developed in VPF 6.0 SP3 to be used as a middle-tier component through ASP pages. I can register this DLL on the development machine without problems; but I can't manage registering it on the production server. This server is a Windows 2000 Advanced Server. I already copied the VFP DLLs to the server (both in the SYSTEM32 folder and in another folder I created specially for this) without success. When I try
>
>REGSVR32 C:\MyFolder\MyDLL.DLL
>
>
>The following message is displayed:
>
>Could not start VFP. Cannot load resources.
>
>
>I have the DLL, TLB and VBR files in the same folder.
>Does someone have any hint?
>
>Thanks!
Previous
Reply
Map
View

Click here to load this message in the networking platform