Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I've added an reference to assembly "Interop.QuotesPlus.dll" in my solution, so a namespace QuotesPlus became visible with several classes inside. It seams to be machine generated IDispatch wrapper classes created with ClassWizard.
After a first use of any of that classes' method, it locks internal database that I need to get released. This DLL is listed in Process.GetCurrentProcess().Modules but I'm not sure if it is possible to unload a module (and load it back later). Please suggest.
Posted

1 solution

It is not possible to unload an assembly, see Why isn't there an Assembly.Unload method?[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900