Re: w3wp.exe locking DLL and PDB files.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: z. f. (zigi_at_info-scopeREMSPAM.co.il)
Date: 11/24/04

  • Next message: Paul: "Installing VIsual Studio 2002 and Visual Studio 2003 on the same PC"
    Date: Wed, 24 Nov 2004 10:51:08 +0200
    
    

    thanx, you just made my day!

      "Scott Allen" <bitmask@[nospam].fred.net> wrote in message news:jlu6q0l59a8l4itucrtti4r011k8bpm97l@4ax.com...
      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.


  • Next message: Paul: "Installing VIsual Studio 2002 and Visual Studio 2003 on the same PC"

    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: AppDomain Probing issue
      ... "Ken Kolda" wrote in message ... > then attempts to return the assembly reference to the calling AppDomain. ... > That requires the calling AppDomain to load the assembly as well. ... >> Abdellah Elamiri ...
      (microsoft.public.dotnet.languages.csharp)