Hi
I am getting this error:
Quote:
Building MyStrategy
3/24/2017 14:15:49.568 Scenario::StartStrategy Backtest
3/24/2017 14:15:49.568 StrategyManager::StartStrategy SimRSVFGBLFull4
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'IKVM.OpenJDK.Core, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58' or one of its dependencies. The system cannot find the file specified.
at OpenQuant.MyStrategy.OnStrategyStart()
at SmartQuant.InstrumentStrategy.NxDzp6PUvj()
at SmartQuant.StrategyManager.StartStrategy(Strategy strategy, StrategyMode mode)
at SmartQuant.Scenario.StartStrategy()
at OpenQuant.Program.Main(String[] args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at OpenQuant.Projects.SolutionRunner.Run(Object obj)
but the same strategy compiles and runs in VS2015 fine and the references are all there
Any ideas??