I not able to run Lean on my desktop in backtesting-desktop environment in orer to chart. Backtesting environment works fine.

These are my config settings:
1. "environment": "backtesting-desktop",
2. "algorithm-type-name": "BasicTemplateAlgorithm",
3.  "job-user-id": "#####",
4.  "api-access-token": "######....####",

 

When I run in Visual Studio, I get:

20161109 11:23:53 Trace:: Config.Get(): Configuration key not found. Key: plugin
-directory - Using default value:
20161109 11:23:53 Trace:: Config.GetValue(): debug-mode - Using default value: F
alse
20161109 11:23:57 Trace:: Config.Get(): Configuration key not found. Key: data-d
irectory - Using default value: ../../../Data/
20161109 11:23:57 Trace:: Config.Get(): Configuration key not found. Key: versio
n-id - Using default value:
20161109 11:23:57 Trace:: Engine.Main(): LEAN ALGORITHMIC TRADING ENGINE v2.2.0.
2 Mode: DEBUG (64bit)
20161109 11:23:57 Trace:: Engine.Main(): Started 11:23 AM
20161109 11:23:57 Trace:: Engine.Main(): Memory 54Mb-App  5Mb-Used  1545Mb-Total

20161109 11:23:57 Trace:: Config.GetValue(): job-project-id - Using default valu
e: 0
20161109 11:23:58 Trace:: JobQueue.NextJob(): Selected QuantConnect.Algorithm.CS
harp.dll
20161109 11:23:58 Trace:: Config.Get(): Configuration key not found. Key: histor
y-provider - Using default value: SubscriptionDataReaderHistoryProvider

Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot fin
d the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startIn
fo)
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at QuantConnect.Lean.Launcher.Program.Main(String[] args) in C:\Users\hassan\
Lean\Launcher\Program.cs:line 98
Press any key to continue . . .

 

Please advise.

Best,

Hassan

 

 

Author