quickfast
quickfast copied to clipboard
Exception from HRESULT: 0x8007007E
Hello,
I get this exception while running InterpretFASTDotNet project from VS10 on
string 212:
InterpretFASTDotNet app = new InterpretFASTDotNet();
Versions of required applciations:
boost_1_40_0
MPC_3_9_0
ActivePerl-5.12.3.1204
xerces-c-3.1.1
I set up all variables properely and built/installed boost. I also tried
copieing OpenFAST.dll and lib to system32.
Best regards,
help me please.
Original issue reported on code.google.com by [email protected] on 15 Jun 2011 at 1:31
I assume you meant QuickFAST.dll, not OpenFAST.dll.
Please do not copy QuickFAST dlls to system32. Putting application-level dlls
in the system directly is asking for trouble.
Otherwise there is not enough information to diagnose the problem. The message
you are reporting does not match anything QuickFAST would produce directly. If
this is not the _EXACT_ wording of the message you are receiving, please
provide the exact message.
Also please provide more information about the problem. Does it happen
immediately or does it run for a while. What source of data and templates are
you using. What command line options are you giving InterpretFASTDotNet?
Dale
Original comment by [email protected] on 16 Jun 2011 at 3:25
- Changed state: Acknowledged