Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM wrapper issues
Message
 
À
11/08/2011 14:18:37
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01520727
Message ID:
01520748
Vues:
44
>
>When the object is launched from VBScript in a simple ASP page I added to the same site, it works perfectly. It's only when I try to call a method from the code behind, using the com DLL wrapper, that it throws the error. I've even added the old ASPCOMPAT="true" to the headers of all pages that access the dll - what am I missing? Do I have to tell the code behind to use the DLL somewhow?
>
>Thanks again for the response - all hope is not dead ...(yet).

You didn't happen to re-compile and/or change (or add) the methods/properties in the COM component did you? If so, you'll need to delete the reference to the COM component from the .NET project and add it back it. That forces .NET to build a new wrapper for it. Then replace the DLL's on the server with the ones .NET generated.
-Paul

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

Click here to load this message in the networking platform