Re: [Quickfix-developers] Deploy problem
Brought to you by:
orenmnero
|
From: <pet...@em...> - 2006-11-23 11:25:22
|
Hi Oren, thanks a lot for your help. The problem was caused by debug versions of= the QuickFIX libraries. Now with release versions everything works fin= e. Many thanks. Petr > ------------ P=F9vodn=ED zpr=E1va ------------ > Od: Oren Miller <or...@qu...> > P=F8edm=ECt: Re: [Quickfix-developers] Deploy problem > Datum: 23.11.2006 00:26:10 > ---------------------------------------- > 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=3D1.0.2508.42308, Culture=3Dneutral, > > PublicKeyToken=3Dnull' 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=3D1.0.2508.42308, Culture=3Dneutr= al, > > PublicKeyToken=3Dnull' ---> > > 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) > > > > Petr Postulka |