Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
GeneralWeb Page Generator using C... Pin
ZMAN072815-Apr-05 14:16
ZMAN072815-Apr-05 14:16 
GeneralRe: Web Page Generator using C... Pin
Yulianto.15-Apr-05 16:07
Yulianto.15-Apr-05 16:07 
Questionget size of picture folder?? Pin
Anonymous15-Apr-05 12:58
Anonymous15-Apr-05 12:58 
AnswerRe: get size of picture folder?? Pin
Nicholas Cardi15-Apr-05 13:21
Nicholas Cardi15-Apr-05 13:21 
GeneralAppDomain Question Pin
cobyjone15-Apr-05 12:53
cobyjone15-Apr-05 12:53 
GeneralRe: AppDomain Question Pin
turbochimp15-Apr-05 17:55
turbochimp15-Apr-05 17:55 
GeneralRe: AppDomain Question Pin
cobyjone15-Apr-05 18:19
cobyjone15-Apr-05 18:19 
GeneralRe: AppDomain Question Pin
turbochimp15-Apr-05 19:11
turbochimp15-Apr-05 19:11 
Okay. After going in many small circles due to encroaching fatigue, I found this article[^].

Its focus is specifically on plug-ins, but in general it's about making assembly loading and unloading in remote AppDomains workable. I made up a little test code using the technique, and it works dandy.

The key is to set up the second (remote) AppDomain to use a shadow cache, so you have to use an AppDomainSetup, which has some really cruddy documentation (took me 20 minutes playing with it even after reading the article above to make sense of it).

Ultimately, though, I was able to load my interface type into the remote AppDomain without it appearing in my primary AppDomain, and of course I was able to unload it with no problems.

Hope this helps.

The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’

GeneralRe: AppDomain Question Pin
leppie15-Apr-05 21:19
leppie15-Apr-05 21:19 
GeneralReflection problem Pin
Anonymous15-Apr-05 12:23
Anonymous15-Apr-05 12:23 
GeneralRe: Reflection problem Pin
leppie15-Apr-05 21:22
leppie15-Apr-05 21:22 
Generalremoving characters Pin
cishi_us15-Apr-05 11:40
cishi_us15-Apr-05 11:40 
GeneralRe: removing characters Pin
Nicholas Cardi15-Apr-05 11:45
Nicholas Cardi15-Apr-05 11:45 
GeneralRe: removing characters Pin
tantiboh15-Apr-05 22:17
tantiboh15-Apr-05 22:17 
Questionscroll to a certain row in Excel? Pin
novadProt15-Apr-05 11:36
novadProt15-Apr-05 11:36 
AnswerRe: scroll to a certain row in Excel? Pin
Nicholas Cardi15-Apr-05 12:35
Nicholas Cardi15-Apr-05 12:35 
GeneralRe: scroll to a certain row in Excel? Pin
novadProt15-Apr-05 19:48
novadProt15-Apr-05 19:48 
QuestionString.Replace...does it even work? Pin
FocusedWolf15-Apr-05 11:23
FocusedWolf15-Apr-05 11:23 
AnswerRe: String.Replace...does it even work? Pin
afinnell15-Apr-05 11:33
afinnell15-Apr-05 11:33 
GeneralRe: String.Replace...does it even work? Pin
FocusedWolf17-Apr-05 16:35
FocusedWolf17-Apr-05 16:35 
GeneralGetting a DataSet of selected rows in a DataGrid Pin
Member 141845415-Apr-05 10:47
Member 141845415-Apr-05 10:47 
GeneralRe: Getting a DataSet of selected rows in a DataGrid Pin
Member 141845425-Apr-05 6:13
Member 141845425-Apr-05 6:13 
GeneralListView and selectedindex changed event Pin
code_wiz15-Apr-05 10:30
code_wiz15-Apr-05 10:30 
GeneralRe: ListView and selectedindex changed event Pin
afinnell15-Apr-05 11:36
afinnell15-Apr-05 11:36 
GeneralCommunication with controls between classes Pin
DJNokturnal15-Apr-05 10:11
DJNokturnal15-Apr-05 10:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.