Re: [Quickfix-developers] quickfix_net.dll missing assembly
Brought to you by:
orenmnero
From: Andrew C. <And...@tw...> - 2012-02-27 14:52:29
|
You need to install in the Microsoft C++ runtime, it also appears you need to install the debug versions of the dlls as well. Andrew Culross Direct +1 (914) 220-8849 <http://www.twofour.com/> www.TwoFour.com From: Özlem Benden [mailto:ozl...@ya...] Sent: Monday, February 27, 2012 9:21 AM To: qui...@li... Subject: [Quickfix-developers] quickfix_net.dll missing assembly Hi, İ m developping a windows service in .net 2005 , using quickfix_net.dll, i can install the service in my own computer, however i cant install another machine . when i start the service , in eventlog i see these errors. How could i solve it Generate Activation Context failed for C:\autobahnservice20\quickfix_net.dll. Reference error message: The referenced assembly is not installed on your system. . Resolve Partial Assembly failed for Microsoft.VC90.DebugCRT. Reference error message: The referenced assembly is not installed on your system. . Dependent Assembly Microsoft.VC90.DebugCRT could not be found and Last Error was The referenced assembly is not installed on your system. |