Respondido Appdomain unloading problem

  • sexta-feira, 27 de abril de 2012 08:22
     
     
    The scenario goes like this. In general I am trying to develop an addin driven application. I have a core dll. This dll is hosted on the default AppDomain. My addin application also uses a copy of the core dll. Using System.AddIn(MAF) I am able to load the the addin  but when I try to unload the addin, it seems that I am unable to unload the core dll because when I try to replace the dll of the entire addin, I can't replace the core dll saying that it is currently being used. Can somebody explain to me what is the idea behind? thank you. 

Todas as Respostas