Thread: [Quickfix-developers] QuickFix deployment problem on .NET
Brought to you by:
orenmnero
|
From: quickfixuser <fw...@ro...> - 2007-07-02 19:30:58
|
Hi, I tried to deploy a .NET applicaition using quickfix to windows 2003 server and keep getting error as quickfix_net, or one of its dependencies was not found. I am using the current version of quickfix and I deployed it using my release build. I am not using MySQL in my applicaiton and the release version can run on my win2000 workstation. Any idea about this? Thanks quickfixuser -- View this message in context: http://www.nabble.com/QuickFix-deployment-problem-on-.NET-tf4014392.html#a11400212 Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |
|
From: McAndrew, P. <pa...@no...> - 2007-07-02 20:03:44
|
Did you create a deployment project? Are you deploying a service or a = stand alone app? =20 ________________________________ From: qui...@li... on behalf of = quickfixuser Sent: Mon 7/2/2007 2:30 PM To: qui...@li... Subject: [Quickfix-developers] QuickFix deployment problem on .NET QuickFIX Documentation: = http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi, I tried to deploy a .NET applicaition using quickfix to windows 2003 = server and keep getting error as quickfix_net, or one of its dependencies was = not found. I am using the current version of quickfix and I deployed it using my release build. I am not using MySQL in my applicaiton and the release version can run on my win2000 workstation. Any idea about this? Thanks quickfixuser -- Sent from the QuickFIX - Dev mailing list archive at Nabble.com. -------------------------------------------------------------------------= This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
|
From: quickfixuser <fw...@ro...> - 2007-07-02 20:40:59
|
Thanks. As you suggested, I created a deployment project and do the install. It works. Usually, I only create deployment project for frond end applications. It seems some system libs being used by quickfix might not be available in 2003 server system folder. Paige wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Did you create a deployment project? Are you deploying a service or a > stand alone app? > > ________________________________ > > From: qui...@li... on behalf of > quickfixuser > Sent: Mon 7/2/2007 2:30 PM > To: qui...@li... > Subject: [Quickfix-developers] QuickFix deployment problem on .NET > > > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi, > > I tried to deploy a .NET applicaition using quickfix to windows 2003 > server > and keep getting error as quickfix_net, or one of its dependencies was not > found. > > I am using the current version of quickfix and I deployed it using my > release build. I am not using MySQL in my applicaiton and the release > version can run on my win2000 workstation. > > Any idea about this? > > Thanks > > quickfixuser > -- > > Sent from the QuickFIX - Dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > -- View this message in context: http://www.nabble.com/QuickFix-deployment-problem-on-.NET-tf4014392.html#a11401407 Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |
|
From: Ping C. <pc...@na...> - 2007-07-02 21:17:17
|
Hi,=20 >From my experience, I used the dependence walker to look at which files I missed. I found that msvcr71d.dll, msvcp71d.dll, msvcp71.dll, and msjava.dll is missing on my Windows service 2003. I got for those files on the web and put those files to the C:\windows\system32. Then all problems solved. I hope that works for you too. =20 =20 Ping -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of quickfixuser Sent: Monday, July 02, 2007 4:41 PM To: qui...@li... Subject: Re: [Quickfix-developers] QuickFix deployment problem on .NET QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Thanks. As you suggested, I created a deployment project and do the install. It works. Usually, I only create deployment project for frond end applications. It seems some system libs being used by quickfix might not be available in 2003 server system folder. Paige wrote: >=20 > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html >=20 > Did you create a deployment project? Are you deploying a service or a > stand alone app? =20 >=20 > ________________________________ >=20 > From: qui...@li... on behalf of > quickfixuser > Sent: Mon 7/2/2007 2:30 PM > To: qui...@li... > Subject: [Quickfix-developers] QuickFix deployment problem on .NET >=20 >=20 >=20 > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html >=20 >=20 > Hi, >=20 > I tried to deploy a .NET applicaition using quickfix to windows 2003 > server > and keep getting error as quickfix_net, or one of its dependencies was not > found. >=20 > I am using the current version of quickfix and I deployed it using my > release build. I am not using MySQL in my applicaiton and the release > version can run on my win2000 workstation. >=20 > Any idea about this? >=20 > Thanks >=20 > quickfixuser > -- >=20 > Sent from the QuickFIX - Dev mailing list archive at Nabble.com. >=20 >=20 > ------------------------------------------------------------------------ - > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers >=20 >=20 >=20 > ------------------------------------------------------------------------ - > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers >=20 >=20 --=20 View this message in context: http://www.nabble.com/QuickFix-deployment-problem-on-.NET-tf4014392.html #a11401407 Sent from the QuickFIX - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
|
From: Andrew C. <And...@Tw...> - 2007-07-02 21:23:01
|
I believe those dll's ending in "d" (ie msvcr71d.dll) are debug versions that really should never be deployed on a production build - if the dependancy walker is indicating you need these, you probably are not = making release builds, which you should. That being said, you may need to move = the dll's not ending in "d" to a Windows 2003 server to make quickfix run in production depending on what else has already been installed on the = server -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of = Ping Chung Sent: Monday, July 02, 2007 5:20 PM To: quickfixuser Cc: qui...@li... Subject: Re: [Quickfix-developers] QuickFix deployment problem on .NET QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi,=20 >From my experience, I used the dependence walker to look at which files I missed. I found that msvcr71d.dll, msvcp71d.dll, msvcp71.dll, and msjava.dll is missing on my Windows service 2003. I got for those files = on the web and put those files to the C:\windows\system32. Then all = problems solved. I hope that works for you too. =20 =20 Ping -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of quickfixuser Sent: Monday, July 02, 2007 4:41 PM To: qui...@li... Subject: Re: [Quickfix-developers] QuickFix deployment problem on .NET QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Thanks. As you suggested, I created a deployment project and do the = install. It works. Usually, I only create deployment project for frond end applications. It seems some system libs being used by quickfix might = not be available in 2003 server system folder. Paige wrote: >=20 > QuickFIX Documentation:=20 > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html >=20 > Did you create a deployment project? Are you deploying a service or a = > stand alone app? >=20 > ________________________________ >=20 > From: qui...@li... on behalf of=20 > quickfixuser > Sent: Mon 7/2/2007 2:30 PM > To: qui...@li... > Subject: [Quickfix-developers] QuickFix deployment problem on .NET >=20 >=20 >=20 > QuickFIX Documentation:=20 > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html >=20 >=20 > Hi, >=20 > I tried to deploy a .NET applicaition using quickfix to windows 2003=20 > server and keep getting error as quickfix_net, or one of its=20 > dependencies was not > found. >=20 > I am using the current version of quickfix and I deployed it using my=20 > release build. I am not using MySQL in my applicaiton and the release=20 > version can run on my win2000 workstation. >=20 > Any idea about this? >=20 > Thanks >=20 > quickfixuser > -- >=20 > Sent from the QuickFIX - Dev mailing list archive at Nabble.com. >=20 >=20 > ------------------------------------------------------------------------ - > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take=20 > control of your XML. No limits. Just data. Click to get it now.=20 > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfix-developers mailing list=20 > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers >=20 >=20 >=20 > ------------------------------------------------------------------------ - > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take=20 > control of your XML. No limits. Just data. Click to get it now.=20 > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfix-developers mailing list=20 > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers >=20 >=20 --=20 View this message in context: http://www.nabble.com/QuickFix-deployment-problem-on-.NET-tf4014392.html #a11401407 Sent from the QuickFIX - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take = control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Quickfix-developers mailing list = Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers -------------------------------------------------------------------------= This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take = control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Quickfix-developers mailing list = Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |