Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP and ASP.NET Interop
Message
De
20/03/2002 16:29:11
 
 
À
20/03/2002 16:13:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
00635207
Message ID:
00635212
Vues:
26
Claudio,

>I´ve been devoloping web-apps in the last two years, mainly using ASP and VFP COM MTDLL´s. I made a lot of things based on Rick Strahl´s tips on integrating ASP buil-in object (request, response, session, etc.) and VFP COM components.
>
>Now, I´m starting to study ASP.NET, and I´d like too know how I can make such integration... is there any comments and/or material about that?

I will be looking into this soon, also, but have not done it yet. However, you can experiment by using this ASP.NET directive in your ASPX:
<%@ Page ASPCompat="true" %>
This causes the creation of ASP-compatible unmanaged versions of ObjectContext, OnStartPage, etc., that should be available in your late-bound COM object created with:
Server.CreateObject()
...which is available on ASP.NET pages. Or, you can add a reference to your COM object in Visual Studio .NET, which creates an early-bound runtime-callable wrapper around your COM object.

Please report back here on your findings. :-)
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform