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
 
which rights are you talking about? dotnet? don't forget that on other
dll's it's ok.
 
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 )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top