2

正常に動作している Silverlight 4 プロジェクトがありますが、VS2010 のデバッグ モードでビルド/実行した場合のみです。リリース モードでビルドしようとすると、「型または名前空間名 'Expander' が見つかりませんでした」などの複数のエラーが発生します。

4

1 に答える 1

2

The toolkits that you use should all be included while publishing your project.

Select the toolkit and then in the 'Properties' tab, there is a 'Copy to Output Directory' option, select 'Copy Always'.

I hope that solves your problem!

于 2012-05-04T12:13:25.250 に答える