Ask a Question related to ASP.NET Web Services, Design and Development.
-
Jürgen Laude #1
shadow copy for unmanaged dll
I'm developing a web service that uses an unmanaged dll via P/Invoke. My
problem is that I cannot remove or replace the unmanaged dll as I can for the
managed assemblies because it is locked and not shadow copied. I always need
to wait for an idle timeout on the WS that unloads the unmanaged dll. How can
I enable shadow copies for unmanaged dlls?
Thank you in advance,
Jürgen Laude
Jürgen Laude Guest
-
Drop shadow copy blues
Is it possible to copy the drop shadow settings from one box to another in any way? I'm using OSX CS2 kind regards Alex -
Shadow Copy/Previous Versions Not Working
We have a 2003 Enterprise File Server and I'm trying to enable shadow copy on the shares. I can see that the shadow copies do get created as the... -
Drop Shadow & Clipping Path Settings - How to copy and applyelsewhere
Sounds like a job for a script. Bob -
Drop Shadow & Clipping Path Settings - How to copy and apply elsewhere
I would like to know if anyone has any experience creating a "style" set for clipping path and drop shadow parameters. I'm working on Windows XP with... -
Shadow copy error! Help
Hi I am windows 2003 ent server acting as a file server. I getting following event message: Event Type: Error Event Source: VolSnap Event... -
Dilip Krishnan #2
Re: shadow copy for unmanaged dll
Hello Jürgen,
For one any unmanaged code you need to be very careful to use teh Dispose
method to free unmanaged resources as soon as possible. Secondly try to make
sure you use yr unmanaged code for as little time a possible and not hang
on to those resources that span requests.
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
[url]http://www.geniant.com[/url]
> I'm developing a web service that uses an unmanaged dll via P/Invoke.
> My problem is that I cannot remove or replace the unmanaged dll as I
> can for the managed assemblies because it is locked and not shadow
> copied. I always need to wait for an idle timeout on the WS that
> unloads the unmanaged dll. How can I enable shadow copies for
> unmanaged dlls?
>
> Thank you in advance,
> Jürgen Laude
Dilip Krishnan Guest



Reply With Quote

