﻿<?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">Issues with the S#.Shell solution</title>
  <id>~/topic/15283/issues-with-the-s_shell-solution/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-14T19:27:50Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=15283" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/55344/</id>
    <title type="text">Alright, I found the solution: The Shell package that I downloaded from the installer has the follow...</title>
    <published>2021-02-17T01:44:30Z</published>
    <updated>2021-02-17T01:44:30Z</updated>
    <author>
      <name>Kyle Gee</name>
      <uri>https://stocksharp.com/users/130811/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Alright, I found the solution:&lt;/p&gt;
&lt;p&gt;The Shell package that I downloaded from the installer has the following incorrect assembly reference:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;xmlns:ex=&amp;quot;clr-namespace:Ecng.Xaml;assembly=Ecng.Xaml&amp;quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;it should read:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;xmlns:ex=&amp;quot;clr-namespace:Ecng.Xaml;assembly=StockSharp.Xaml&amp;quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After this change, S#.Shell successfully builds.&lt;/p&gt;
&lt;p&gt;Cheers,
Kyle&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/55336/</id>
    <title type="text">Hello. I just loaded the Shell solution into VS for the first time and I&amp;apos;m unable to build. The Shel...</title>
    <published>2021-02-16T04:17:42Z</published>
    <updated>2021-02-16T04:17:42Z</updated>
    <author>
      <name>Kyle Gee</name>
      <uri>https://stocksharp.com/users/130811/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;I just loaded the Shell solution into VS for the first time and I'm unable to build.&lt;/p&gt;
&lt;p&gt;The Shell project is targeting .NET 5.0. Was there a recent migration that could be erroneous? Thank you in advance for the help!&lt;/p&gt;
&lt;p&gt;Cheers,
Kyle&lt;/p&gt;
&lt;p&gt;The following codes are generated on build:
Error	MC3074	The tag 'NullToVisibilityConvertor' does not exist in XML namespace 'clr-namespace:Ecng.Xaml.Converters;assembly=Ecng.Xaml'. Line 9 Position 4.	Shell	&lt;hidden&gt;Documents\StockSharp\Shell\App.xaml	9	
Error	MC3072	The property 'XamlHelper.DialogResult' does not exist in XML namespace 'clr-namespace:Ecng.Xaml;assembly=Ecng.Xaml'. Line 26 Position 83.	Shell	&lt;hidden&gt;Documents\StockSharp\Shell\RemoteManager\AddRemoteStrategyWindow.xaml	26	
Error	MC3074	The tag 'EnumBooleanConverter' does not exist in XML namespace 'clr-namespace:Ecng.Xaml.Converters;assembly=Ecng.Xaml'. Line 17 Position 4.	Shell	&lt;hidden&gt;Documents\StockSharp\Shell\RemoteManager\RemoteManagerLayoutGroup.xaml	17	
Error	MC3072	The property 'XamlHelper.DialogResult' does not exist in XML namespace 'clr-namespace:Ecng.Xaml;assembly=Ecng.Xaml'. Line 35 Position 85.	Shell	&lt;hidden&gt;Documents\StockSharp\Shell\XAML\AddStrategyWindow.xaml	35	
Error	MC3072	The property 'XamlHelper.DialogResult' does not exist in XML namespace 'clr-namespace:Ecng.Xaml;assembly=Ecng.Xaml'. Line 15 Position 13.	Shell	&lt;hidden&gt;Documents\StockSharp\Shell\XAML\Common\PairEditWindow.xaml	15&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>