I'm using Spring.Net to dynamic load my object graph.

10 .exe consoles will start on the same time and via Spring.Net they will instantiate the same libraries. The consoles have no references to the libraries. 1 out of 10 times I get an Exception when Spring.Net (using reflection) creates the instances. I’m not sure why this happens, but probably it has something to do with the 10 consoles starting on the same time. It seems to happen often when the server has been rebooted (Windows Server 2008 R2)

Any ideas are appreciated!

Here is an stacktrace where it cannot load a reference to odp.net (referenced from the GAC)

System.IO.FileLoadException: Could not load file or assembly 'Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

link|improve this question

56% accept rate
Are those libraries in the GAC or in the directory of the exe? – Daniel Hilgarth May 17 '11 at 7:23
Oracle.DataAccess is only in the GAC. – Stig May 17 '11 at 7:34
Are all exe files in the same directory? – Daniel Hilgarth May 17 '11 at 7:37
yes, 10 .exe in the same folder. – Stig May 17 '11 at 7:41
The simplest solution will be to put every exe into its own folder along with the required DLLs... – Daniel Hilgarth May 17 '11 at 7:44
show 15 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.