I have a WinForm
application and on startup I extract a *.dll from the embedded resources (Properties.Resources).
My application needs this later (Ionic.Zip-library). But when the application closes, how can I then delete this *.dll? Because now I get an error that the access is denied
Do I first need to un-reference it? Or is there even another way to completely let the *.dll inside my *.exe? Because at the end it should only be one *.exe.