﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/style.css'?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/bbeditor.css'?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html">Ошибка при открытии студии</title>
  <id>~/topic/3815/oshibka-pri-otkrytii-studii/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-04-09T22:15:22Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=3815" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/26718/</id>
    <title type="text">Можно ли пользоваться библиотекой без студии или все настолько переплетено в классах, что не получит...</title>
    <published>2013-07-19T11:58:17Z</published>
    <updated>2013-07-19T11:58:17Z</updated>
    <author>
      <name>tenLemons</name>
      <uri>https://stocksharp.com/users/39209/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Можно ли пользоваться библиотекой без студии или все настолько переплетено в классах, что не получится?&lt;br /&gt;А то глючит как в предыдущих постах и непонятно не правильно пытаюсь или что-то не работает. Руководство пользователя две странички с картинками.</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/26660/</id>
    <title type="text">При запуске стратегии на тестирование падает ексепшин (Win7 32x) и тестирование останавливается: 14:...</title>
    <published>2013-07-11T10:55:27Z</published>
    <updated>2013-07-11T10:55:27Z</updated>
    <author>
      <name>Marik</name>
      <uri>https://stocksharp.com/users/790/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">При запуске стратегии на тестирование падает ексепшин (Win7 32x) и тестирование останавливается:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;div class="innercode"&gt;&lt;pre class="brush:plain"&gt;

14:44:24.888|Error  |S#.Studio |System.ArgumentException: Type StockSharp.IQFeed.IQFeedTrader, StockSharp.IQFeed doesn&amp;#39;t exists.
Parameter name: value
   at Ecng.Common.Converter.To(Object value, Type destinationType)
   at Ecng.Common.Converter.To[T](Object value)
   at StockSharp.Studio.AppConfig..ctor()
14:45:54.671|Error  |S#.Studio |System.NullReferenceException: Object reference not set to an instance of an object.
   at StockSharp.Studio.Database.StudioEntityRegistry.StrategyInfoList.&amp;lt;&amp;gt;c__DisplayClass47.&amp;lt;Init&amp;gt;b__43(Strategy s)
   at Ecng.Common.DelegateHelper.SafeInvoke[T](Action`1 handler, T arg)
   at Ecng.Collections.BaseCollection`2.OnAdded(TItem item)
   at Ecng.Collections.BaseCollection`2.Add(TItem item)
   at Ecng.Collections.SynchronizedCollection`2.Add(TItem item)
   at StockSharp.Studio.StrategyService.CreateEmulationSession()
   at StockSharp.Studio.StrategyService.OnEmulationStarting()
   at StockSharp.Studio.StrategyService.OnEmuStateChanged(EmulationStates oldState, EmulationStates newState)
   at System.Action`2.Invoke(T1 arg1, T2 arg2)
   at Ecng.Common.DelegateHelper.SafeInvoke[T1,T2](Action`2 handler, T1 arg1, T2 arg2)
   at StockSharp.Algo.Testing.EmulationTrader.Start(DateTime startDate, DateTime stopDate)
   at StockSharp.Xaml.EmulationControlPanel.Start_Click(Object sender, RoutedEventArgs e)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   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)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/26588/</id>
    <title type="text">При запуске студии появляется окошко с выбором разрядности, выбираю 32 и виснет в документах S#.Stud...</title>
    <published>2013-07-04T17:14:05Z</published>
    <updated>2013-07-04T17:14:05Z</updated>
    <author>
      <name>Andrii</name>
      <uri>https://stocksharp.com/users/27996/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">При запуске студии появляется окошко с выбором разрядности, выбираю 32 и виснет&lt;br /&gt;в документах S#.Studio.txt:&lt;br /&gt;&lt;div class="code"&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;div class="innercode"&gt;&lt;pre class="brush:plain"&gt;
20:07:27.336|Error  |S#.Studio |System.ArgumentException: Type StockSharp.IQFeed.IQFeedTrader, StockSharp.IQFeed doesn&amp;#39;t exists.
Имя параметра: value
   в Ecng.Common.Converter.To(Object value, Type destinationType)
   в Ecng.Common.Converter.To[T](Object value)
   в StockSharp.Studio.AppConfig..ctor()&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>