stefcl wrote:
Thanks,
My vs2005 is up to date, when I run process explorer, it tells me that "devenv.exe" has open handles on "DAL.dll" and "ORMSupportClasses".
I have tried disabling "copy local", it looks like it doesn't help.
I instantiate objects from the locked dll's in my forms, do you think it can be that bad?
It's odd though. Several of my unit-test solutions contain 6-8 projects, with forms and other stuff and I never experience a lock.
So in your UI/exe project, there you set copy local on ORMSupportClasses to TRUE, everywhere else, you set it to false. Did you do that?