From: Oren M. <or...@qu...> - 2005-08-04 13:28:15
|
Try running dependency walker on the DLLs: http:// www.dependencywalker.com/ If there are any missing dependencies which prevent the DLL from loading, this should tell you what they are. --oren On Aug 4, 2005, at 7:49 AM, qf poth wrote: > my quickfix implementation is a .net solution written in c# in vs.net. > > With 1.9.4, i just added references to the dll's distributed in the > quickfix binary tarball and my projects would work... but i'm > having problems trying the same thing with the 1.10.2 binary > distribution. > > If i add references to 1.10.2 and then recompile and build a setup > project, and then upgrade that package on the server, i get an > exception on the launch of the program saying the quickfix_net > assembly could not be found; however my setup project is correctly > packaging the 1.10.2 versions of the libraries, and they are in the > directory the program is being run from (and they are correctly > referenced in the project). > > Also, i can run the app from the box i'm building the solution on > (win xp)... i just can't get it to run on the server i'm running > the production session on. > > The server i'm running the production session on is a win 2003 > server, is there any chance some of the interop in the new version > of quickfix references some dll's or functions that do not exist on > 2003? Has anyone else been able to get 1.10.2 to run on windows 2003? > > i've tried compiling the source distribution and using those > libraries instead of the ones packaged in the binary distribution, > but that generated the same error. Does anyone have any > suggestions for the next steps in troubleshooting the problem? > > Start your day with Yahoo! - make it your home page |