0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

WPF XAML NG 解決メモ

Posted at

xmlns:local="clr-namespace:XXXXX"
XXXXX(名前空間のフルネーム) コードをコンパイルすると下記エラーが発生する
「CLR 名前空間が定義されていません。'clr-namespace' URI が、アセンブリに含まれていない名前空間 'プロジェクト名' を参照しています。 」
プロジェクト名を右クリック→プロパティ→ビルドのタブで、プラットフォームターゲットをAnyCPUに設定する

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?