После установки студия не запускается (Win7 x86, Гидра установилась и запустилась успешно)
Версия: 4.1.14.2
Ошибка из лог файла:
17:48:28.790|Error |S#.Studio |DelayAction error: System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDecimal(String value, IFormatProvider provider)
at System.String.System.IConvertible.ToDecimal(IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
at Ecng.Common.Converter.To(Object value, Type destinationType)
at Ecng.Common.Converter.To(Object value)
at StockSharp.Studio.Database.StudioEntityRegistry.b__17(String[] l)
at System.Linq.Enumerable.<>c__DisplayClass123.<CombineSelectors>b__11(TSource x) at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext()
at Ecng.Collections.CollectionHelper.ForEach(IEnumerable1 source, Action1 action)
at StockSharp.Studio.Database.StudioEntityRegistry.b__14()
at StockSharp.Studio.Database.DelayAction.b__3(Tuple4 a) at System.Collections.Generic.List1.ForEach(Action1 action) at StockSharp.Studio.Database.DelayAction.BatchFlushAndClear(List1 actions)
17:48:28.969|Error |S#.Studio |System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'StockSharp.Studio.MainWindow' that matches the specified binding constraints threw an exception. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: session
at StockSharp.Studio.Database.StudioEntityRegistry.StrategyInfoList..ctor(StudioEntityRegistry parent, Session session)
at StockSharp.Studio.Database.StudioEntityRegistry..ctor(IStorage storage)
at StockSharp.Studio.MainWindow..ctor()
--- End of inner exception stack trace ---
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
at System.Windows.Application.DoStartup()
at System.Windows.Application.<.ctor>b__1(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)