When I try to execute my program, I get a FileNotFoundException, howerver dll exists in the same folder. How is this possible and how to solve the problem? The result below is translated from the localized messages of the Russian Windows Server 2008 R2 Foundation:
C:\Oleg\bin\fast>FAST.exe Exception: System.IO.FileNotFoundException: Can't load "QuickFASTDotNet.dll" or dependent component. Can't find this file. in FAST.FAST..ctor() in FAST.Program.Main(String[] args) in C:\Oleg\fast\FAST\FAST\ Program.cs:line 474 C:\Oleg\bin\fast>dir QuickFASTDotNet.dll 16.02.2012 16:45 117 760 QuickFASTDotNet.dll
The same executables work on my Windows 7 machine (but don't work on another Windows Server 2008 R2 machine).
source share