Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need to access secure web service from VFP 9
Message
 
To
01/09/2009 10:47:50
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Environment versions
Visual FoxPro:
VFP 9 SP2
Application:
Desktop
Miscellaneous
Thread ID:
01421497
Message ID:
01422167
Views:
101
This message has been marked as the solution to the initial question of the thread.
>
>"ICGService.dll was loaded but the DllRegisterServer entry point was not found.DllRegisterServer may not be exported or
>a corrupt version of ICGService.dll may be in memory. Consider using PView to detect and remove it."
>
> Any advice on deploying this DLL?

You have to use REGASM instead of regsrv32 to register .NET COM components (and if it's not installed in the GAC, just the program directory, use the /codebase option), ex:
regasm MyAssembly.DLL /codebase
More than likely it will complain about it not being strongly named - you can normally just ignore that error.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Reply
Map
View

Click here to load this message in the networking platform