IIS appliction pool Recycling drops DLL-references

M

Morten Snedker

I'm not sure if this is the right group, but:

When the IIS performs a recycle on an given Application Pool, the
website on this pool seems to loose references to third-party DLL-files
in the bin-folder.

We then have to start/stop the site go get it to work.

The recycling is now disabled to avoid the issue.

Any ideas as to why?


Regards /Snedker
 
B

bruce barker

a recycle only unloads the appdomain, it does not restart the worker
processes. this means unmanaged dlls are not unloaded. when it reloads
the dll are reloaded, if your 3rd party dll don't support a reinit then
they will not work.

-- bruce (sqlwork.com)
 
M

Morten Snedker

Thanks a bunch for your reply!

What does it mean for dll to support a "reinit". How is this defined?

Regards /Snedker

bruce barker skrev:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top