Re: [ADVANCED-DOTNET] ASPNET Worker Process and Add Assembly Errors

2002-10-17 Thread Chris Kinsman
Are you sure it is the DLL and not the PDB being held open? The DLL should be shadow copied and loaded from the shadow. The PDB however doesn't get loaded in this fashion and can cause this issue. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subsc

[ADVANCED-DOTNET] ASPNET Worker Process and Add Assembly Errors

2002-10-14 Thread Brady Gaster
I have a complex web application in which a custom Http Module performs authentication. There are 2 custom-developed assemblies this ASPX app uses - one is a suite of tools we use all over the place, the other is the authentication module library. It seems that the ASPNET worker process holds onto