Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need to access secure web service from VFP 9
Message
 
À
01/09/2009 10:47:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Application:
Desktop
Divers
Thread ID:
01421497
Message ID:
01422167
Vues:
100
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform