System.io.FileLoadException Can not access the file??

  • Thread starter Thread starter Elhanan
  • Start date Start date
E

Elhanan

hi..
i have a small csharp console application i'm running locally on a
windows 2003 server, the files themselves are located on a novell
server.

when i try to run it and a call a method from
applicationBlocks.ExceptionManagment i get "fileLoadException can not
access the file becouse it is being used by another process"

there are not other process using it as i copied the file to another
location i still get error

i think it could be a problem with permissions as i was forced to have
my security policy
 
Elhanan,

This message is as well often given when the user has not the proper rights.

Cor
 
so what do i need to change? (remember that only this dll is at fault
here and only from the network, and only in windows 2003 )
 
Back
Top