Problems Running an Exe on multiple machines.

S

stunt016

I have a C# project made in VS2005. The project is an ActiveXLink
bridge between two pieces of software. It uses multiple DLL's
including 3 DLL's that were created by my company, all are listed in
the resources. The project builds fine for debug and release. I've
put all files on 5 company laptops. 4 are Dell M65s and the other is
an Older Compaq. All have identical software and OS. The exe will run
on 3 out of the 5 machines. Won't run on 2 of the M65's. The only
error I receive on the two machines is:
"System.IO.FileNotFoundException". All files were copied and are on all
5 machines running same software. Anyone have any suggestions??

Thanks in advance.

T.Craig
 
N

Nicholas Paldino [.NET/C# MVP]

T.Craig,

I would release the debug versions and look at the detailed call stack
that is returned when the error arises. That should give you more info.

Hope this helps.
 

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

Top