Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File not found
Message
De
31/03/2004 15:59:52
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
XML
Titre:
Divers
Thread ID:
00890595
Message ID:
00891295
Vues:
25
Hi, Doru-

>I tried, and in a console app the AppDomain has indeed a different interface.

>In a SDE app AppDomain only exposes the Createdomain method, at least that's what I see - could you try that?

Ah. No, as I mentioned the different applications we're working on made me uncertain if it would work for you. I feel badly getting you off on a tangent, so I just spent some time on Google. Starting from "AppDomain" on the microsoft.public.dotnet.framework.compactframework group, I eventually distilled what I found and made a PocketPC console app with the following:
Assembly a = Assembly.GetExecutingAssembly();
string s = a.GetName().CodeBase;
string d = Path.GetDirectoryName(s);
Hope it might lead you to something.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform