Re: [Quickfix-developers] Deploy problem
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-11-21 15:19:37
|
First, make sure you are deploying release and not debug versions of the QuickFIX library. Also, if you are using a database like MySQL, you will need to deploy those libraries as well. To get more information about which dependencies are missing, you can use dependency walker: http://www.dependencywalker.com/ --oren On Nov 21, 2006, at 4:22 AM, Petr Postulka wrote: > Hi all, > > I have a problem with deploying quickfix application. Everything > works fine on PC where I'm developing this application and have > installed Visual Studio 2005. But when i try to run it on some > other PC I get the following error: > > See the end of this message for details on invoking > just-in-time (JIT) debugging instead of this dialog box. > > ************** Exception Text ************** > System.IO.FileLoadException: Could not load file or assembly > 'quickfix_net, Version=1.0.2508.42308, Culture=neutral, > PublicKeyToken=null' or one of its dependencies. This application > has failed to start because the application configuration is > incorrect. Reinstalling the application may fix this problem. > (Exception from HRESULT: 0x800736B1) > File name: 'quickfix_net, Version=1.0.2508.42308, Culture=neutral, > PublicKeyToken=null' ---> > System.Runtime.InteropServices.COMException (0x800736B1): This > application has failed to start because the application > configuration is incorrect. Reinstalling the application may fix > this problem. (Exception from HRESULT: 0x800736B1) |