When I try to execute my program I receive FileNotFoundException, howerver dll exist in the same folder. How is that possible and how to fix the problem? Output below transl
Perhaps, QuickFASTDotNet.dll call some function of another library and these library not found. You can use dllexp to check it.