我有一个WPF应用程序,它使用以下代码
从嵌入式资源加载FlowDocumentobject something = XamlReader.Load( stream );
解析器告诉我他在
找不到“clr-namespace:ReportPrinter”<FlowDocument
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:c="clr-namespace:ReportPrinter"
>
谷歌的快速搜索告诉我,我需要指定程序集,但我该怎么做?