我正在將一個示例從 C# 移植到 F#,并使用sharpDX helix 工具包。我用 nuget 下載了所有引用,以便兩個項目具有相同的引用并復制到 XAML 代碼,但我有一個錯誤說“名稱 x 在命名空間中不存在” http://helix-toolkit.org/ wpf/SharpDX '"。誰能告訴我我做錯了什么?xaml 代碼:<Windowxmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:hx="http://helix-toolkit.org/wpf/SharpDX"xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"xmlns:ie="http://schemas.microsoft.com/expression/2010/interactions"Title="{Binding Title}"Width="800"Height="500"mc:Ignorable="d"><Window.Resources> <hx:RenderTechniqueConverter x:Key="RenderTechniqueConverter" /></Window.Resources>“RenderTechniqueConverter”有錯誤,通常在我引用 hx 的任何地方。謝謝
無法在 XAML 中訪問 Helix SharpDx 工具包
慕碼人8056858
2021-10-31 18:41:17