Getting error when trying to run my console app

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to run my compiled console application on a Win 2k3 server, I am
getting the following error:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
ass
embly 'Oracle.DataAccess, Version=10.2.0.100, Culture=neutral,
PublicKeyToken=89b483f429c47342' or one of its dependencies. The system
cannot find the file specified.
File name: 'Oracle.DataAccess, Version=10.2.0.100, Culture=neutral,
PublicKeyToken=89b483f429c47342'

If I run this application on my XP box either compiled or in debug mode, it
works fine.

Any clues?
 
Back
Top