Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Installing VB.NET application using VFP DLL
Message
From
10/04/2006 10:55:05
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01111923
Message ID:
01111984
Views:
17
This message has been marked as the solution to the initial question of the thread.
GUID must be the SAME on any computer.
To automatically register DLL on the user's computer run regsvr32 your_dll_name.dll in the command prompt.
Or regsvr32 /s your_dll_name.dll (silent mode) form the installer.
In this case registration data (especially ProgID and CLSID) will be the same as on the development computer.

There are also other ways to invoke automatic registration.
Just remember that auto-register function DllRegisterServer is built into your DLL.
/A new technology turns into completely outdated stuff before you have a time to read "Getting Started..." section.
/If there are some "system programmers" then others are unsystematic.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform