Re: w3wp.exe locking DLL and PDB files.

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Scott Allen (bitmask_at_[nospam)
Date: 11/23/04


Date: Tue, 23 Nov 2004 13:00:53 -0500

Of course this would have to happen before the web app tries to load
the assembly....

--
Scott
http://www.OdeToCode.com/blogs/scott/
On Tue, 23 Nov 2004 11:53:30 -0500, Scott Allen
<bitmask@[nospam].fred.net> wrote:
>I have not tried this, but you might be able to modify the
>ShadowCopyDirectories property of the appdomain to include your custom
>path, ie:
>
>AppDomain.CurrentDomain.SetShadowCopyPath(
>      AppDomain.CurrentDomain.SetupInformation.ShadowCopyDirectories +
>       ";" + 
>      "[CustomPath]"
>    ); 
>
>
>Again, I have not tried this, but let me know if you do or do not get
>it working, I might investigate some more this evening.


Relevant Pages

  • Difficulty loading an assembly into a new AppDomain
    ... I am attempting to load a managed C++ DLL dynamically into a separate ... AppDomain so that I can unload the AppDomain later. ... different directory from all of the other assemblies. ... It would be nice to keep MyAssembly in a separate directory because we've ...
    (microsoft.public.dotnet.framework.interop)
  • Re: AppDomain / Assembly Bug or whats wrong?
    ... You have to load the assembly from within the context of the 2nd appdomain - ... > secondary app domain with a byte array from SQL? ... > this is a bug. ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Usage of AppDomain.CreateInstanceFromAndUnwrap method
    ... The reason for other failures is that Controls are not inherited from ... so the program will attempt to load them into the ... Create an AppDomain, do a CreateInstanceAndUnwrap on ... Assemblies in to a seprate ...
    (microsoft.public.dotnet.framework.clr)
  • Re: Cross domain performance
    ... I will assume there is no solution and I have to load the plugins in the ... main appdomain in order to perform at a respectable level. ... Calling in to these interfaces is what is slowing me down. ...
    (microsoft.public.dotnet.framework.performance)
  • Re: BOOTING SDI WITH SYSLINUX
    ... How USB disk load support is implemented? ... Do you use some custom load procedures instead of BIOS int ...
    (microsoft.public.windowsxp.embedded)