views:

30

answers:

0

Hi everyone,

Here is explained how to load dlls in separate domain for full framwork

http://stackoverflow.com/questions/2069006/how-to-load-an-assembly-into-different-appdomain-on-windows-mobile-net-cf

It is not completely clear to me whether this still can be done in .NET CF 2.0 ? If not, what are alternatives if I want to free some memory after dll is no longer needed?

related questions