【发布时间】:2021-07-10 10:54:13
【问题描述】:
我找到了一个带有非常好的 WPF UI 的源代码,我想看看它,但是当我尝试查看项目中的一个主要 UI 时,它给了我 2 个关于 icsharpcode.net/sharpdevelop/ 的错误阿瓦隆编辑
我的尝试:我尝试下载 ICSharpCode.AvalonEdit.dll 并将其添加为参考,但我发现它已经存在所以它没有任何帮助。
给我(click here for image) 错误的代码:x:Class="ViiPer.ViiPerUI" xmlns="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:mc="http://schemas.openxmlformats.org /markup-compatibility/2006" xmlns:local="clr-namespace:ViiPer" xmlns:avalonedit="http://icsharpcode.net/sharpdevelop/avalonedit"
【问题讨论】: