Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File not found
Message
From
31/03/2004 15:59:52
 
General information
Forum:
ASP.NET
Category:
XML
Title:
Miscellaneous
Thread ID:
00890595
Message ID:
00891295
Views:
24
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform