質問

ようにコンポーネントのラインナッププロジェクトの始まりUserControlに定義されている。

<UserControl x:Class=""
         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:converters="clr-namespace:.Modules.Converters"
         xmlns:toolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit/extended"
         mc:Ignorable="d">

内のユーザーを制御しています:

<toolkit:BusyIndicator IsBusy="{Binding IsBusy}" BusyContent="Please wait...">

私のWPFToolkit.拡張参照内の私のプロジェクト参照が有効になって赤い下線)です。

しかし、もしかしたらこのエラーは、なぜ:

タイプ'toolkit:BusyIndicator'見つかりませんでした。ることを確認すい組み立て参考にすべて参照されるアセンブリが築き上げられました。

そのアイデア?

役に立ちましたか?

解決

フォルダを表示するconatinsのDLL.右クリックしDLLおよびプロパティ(properties)を選択します。下の一般タブの近くの底をクリックし、"ブロックを解除する"ボタンを押します。す必要があることがわかった。

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top