我已經安裝了這個庫,我的項目,我不知道,但我不能在我的XAML創建這個東西..我寫動態數據顯示不起作用
<d3:
它看起來像我沒有安裝這個庫..有藍色的下劃線和錯誤:
Error 2 The type 'd3:Chart' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. D:\C# Visual Studio\GeneratorWPF\GeneratorWPF\MainWindow.xaml 13 10 GeneratorWPF
@Edit 它我XAML
<Window x:Class="GeneratorWPF.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:d3="clr-namespace:DynamicDataDisplay.Markers;assembly=DynamicDataDisplay.Markers"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Generator" Height="350" Width="525" Loaded="Window_Loaded">
我已添加命名空間(我認爲)但不起作用圖
請提供更多信息。你如何聲明d3命名空間? 「將此庫安裝到我的項目中」是什麼意思,哪個庫導致問題,等等。 – VMaleev
編輯第一篇文章 – Sidron
您是否在項目文件中引用了該程序集?它確實存在一個名爲DynamicDataDisplay.Markers.Chart的類型(在對象瀏覽器中檢查)? – Nipheris