Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# DLL consumed by Delphi
Message
 
À
12/08/2008 17:30:10
Irv Adams
MSC Managed Care, Inc.
Floride, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Déploiements
Divers
Thread ID:
01338445
Message ID:
01338495
Vues:
15
This message has been marked as a message which has helped to the initial question of the thread.
>To All:
>
>I have a wrapper class DLL that I wrote in C#, It wraps another DLL and communicates with a Delphi 6 EXE. All is well on my development box but when we deploy this to an app server I get a message that 'Class is not registered'. I suspect that the C# DLL could be the culprit, mainly because I'm not sure if I need to register it in any way or where on the app server I need to put it. Therefore, I wouldn't be surprised that the Delphi EXE cannot find it. Currently I have tried putting it in the same folder as the Delphi EXE but no luck.

If you're using COM interop, you need to register the .NET DLL using REGASM:
REGASM NameOfAssembly.DLL /codebase
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform