Unloading AppDomains in CF?

  • Thread starter Thread starter user
  • Start date Start date
U

user

Hi,

is there a way to unload AppDomains in CF? The 'real' Framework supports
this with the method AppDomains.Unload(AppDomain ad), but this method
doesn't exist in CF!!!

Please help me!

Greets,
john
 
Unfortunately the .NET Compact Framework doesn't support unloading
AppDomains. We understand this feature is useful and appreciate any
additional feedback you may have on your scenario.

Ben Albahari
.NET Compact Framework
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
| Date: Wed, 17 Sep 2003 09:52:07 +0200
| From: (e-mail address removed)
| User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4)
Gecko/20030624
| X-Accept-Language: de, de-at, de-de, de-li, de-lu, de-ch, en, en-us
| MIME-Version: 1.0
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Subject: Unloading AppDomains in CF?
| Content-Type: text/plain; charset=us-ascii; format=flowed
| Content-Transfer-Encoding: 7bit
| X-Original-NNTP-Posting-Host: wilab6.inf.ethz.ch
| Message-ID: <[email protected]>
| X-Original-Trace: 17 Sep 2003 09:52:07 +0200, wilab6.inf.ethz.ch
| Organization: Swiss Federal Institute of Technology (ETHZ)
| Lines: 11
| NNTP-Posting-Host: pfaff2-rz-fast.ethz.ch
| X-Trace: pfaff.ethz.ch 1063785129 pfaff2-rz-fast.ethz.ch (17 Sep 2003
09:52:09 +0200)
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!newsfee
d01.sul.t-online.de!t-online.de!news.belwue.de!irazu.switch.ch!news-zh.switc
h.ch!switch.ch!pfaff.ethz.ch!pfaff2.ethz.ch
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:33732
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hi,
|
| is there a way to unload AppDomains in CF? The 'real' Framework supports
| this with the method AppDomains.Unload(AppDomain ad), but this method
| doesn't exist in CF!!!
|
| Please help me!
|
| Greets,
| john
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top