0

メイン プロジェクトにインクルードしようとしたときに、インターネットから 1 つのプロジェクトをダウンロードしました。Clr 名前空間エラーが表示されます。参照に dll ファイルを既に追加しています。SiriusMicrotech clr 名前空間でエラーが表示されます..

//My Coding//



<Page x:Class="RTBSPROJECT.Point_Of_Sale.Invoice"
      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
      xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

       xmlns:ig="http://schemas.infragistics.com/xaml" 
       xmlns:SiriusMicrotech="clr-namespace:SiriusMicrotech.core.UI"

      mc:Ignorable="d" 

    Title="Invoice"  >
    enter code here

   <Page.Resources>


 <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="Point Of Sale\TouchStyle.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
</page.Resources>
4

1 に答える 1