-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
w3wp.exe locks 'libsass*.dll' #55
Comments
Hey Jan, |
Hi, We use version |
Hi, Can you reproduce the problem? |
I'm sure I could reproduce this problem if I tried as this happens with basically all native interop and I have encountered this issue before with the sql server binaries we use. I'm not sure if there's a real solution here though since there's no shadow copying of binaries for native interop. I'd have to do some research before I would know for sure. |
Hi, Do you have a update? |
can you please try updating to latest version and see if you can reproduce it ? |
yes, with |
The stable version should be the one to use, not the alpha, can you try that ? |
yes, every version of the package has the same problem. |
We're having the same problem; we had to inject a PowerShell script into our deployment process to get around it. |
Is there a working solution for this? We are also using Azure and even on my Desktop it gets locked. |
You can do an exit hook in your application and unload the DLL on exit in the Global.asax.cs
|
Hi
After running the following code:
The dll
libsass*
is locked, until we kill w3wp.exeHow can we release the resources?
With kind regards,
Jan van Helvoort
The text was updated successfully, but these errors were encountered: