I have a loop in a BackgroundWorker that saves some stuff via xml Serialization when needed but this seems to load a new assembly each time
'xxyyzz.Main.vshost.exe' (Managed): Loaded '9skkbvdl'
'xxyyzz.Main.vshost.exe' (Managed): Loaded 'd2k4bdda'
and so on. Why is this happening? Is there any thing i can do about it? Is this something I should be concerned about? This program will stay running for a long long time with no restart...