Re: w3wp.exe locking DLL and PDB files.
From: z. f. (zigi_at_info-scopeREMSPAM.co.il)
Date: 11/24/04
- Previous message: jiangyh: "FastGetExistingType() method question?"
- In reply to: Scott Allen: "Re: w3wp.exe locking DLL and PDB files."
- Next in thread: z. f.: "Re: w3wp.exe locking DLL and PDB files."
- Messages sorted by: [ date ] [ thread ]
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.
- Previous message: jiangyh: "FastGetExistingType() method question?"
- In reply to: Scott Allen: "Re: w3wp.exe locking DLL and PDB files."
- Next in thread: z. f.: "Re: w3wp.exe locking DLL and PDB files."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|