Wee Bubba Posted January 13, 2006 Posted January 13, 2006 i have 2 ASP.NET applications running on my web server. app B loads the assembly of app A in order to perform some reflection. i have noticed that after this has occurred, it will no longer let me delete the .dll of app A within windows explorer. it's almost as if app B has loaded the assembly but not let go. can anyone help me please. Quote
Administrators PlausiblyDamp Posted January 13, 2006 Administrators Posted January 13, 2006 Once an assembly has been loaded there is no way to release the reference without unloading the ApplicationDomain that hosts it. The following may help: http://www.xtremedotnettalk.com/showthread.php?t=93636&highlight=unload+domain http://www.xtremedotnettalk.com/showthread.php?t=37362&highlight=unload+domain Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Wee Bubba Posted January 14, 2006 Author Posted January 14, 2006 thanks looks like no deleting in windows explorer! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.