gqkly 2018-05-29 02:25 采纳率: 33.3%
浏览 708
已结题

wpftoolkit 环境配置问题

我编译KlayGE引擎的时候出现了[1]所示错误。我从 https://archive.codeplex.com/?p=wpftoolkit 下载了包wpftoolkit.zip,但是不知道怎么配置环境。

网上有对于已有wpf项目添加wpftoolkit的引用的方法,比如 https://blog.csdn.net/wang_h_b/article/details/80309281
但是这个是用Nuget配置的,好像也只是针对已有项目。
\n
我想知道wpftoolkit.zip这个东西怎么添加到环境里,
以解决
[1]这种问题
[------------------------------------------------------------]
错误信息
[1]
F:\study\vs_2017\MSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3245: 未能解析此引用。
未能找到程序集“Xceed.Wpf.AvalonDock”。请检查磁盘上是否存在该程序集。 如果您的代码需要此引用,则可能出现编译错误。
[E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Build\vs2017_vc141_win_x64\Tools\MtlEditor\MtlEditor\MtlEditor.csproj]
F:\study\vs_2017\MSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3245: 未能解析此引用。
未能找到程序集“Xceed.Wpf.Toolkit”。请检查磁盘上是否存在该程序集。如果您的代码需要此引用,则可能出现编译错误。
[E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Build\vs2017_vc141_win_x64\Tools\MtlEditor\MtlEditor\MtlEditor.csproj]
E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Tools\src\MtlEditor\MtlEditor\MainWindow.xaml(96,14): error MC3074: XML 命名空间“ht
tp://schemas.xceed.com/wpf/xaml/avalondock”中不存在标记“DockingManager”。
行 96 位置 14. [E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Build\vs2017_vc141_win_x64\Tools\MtlEditor\MtlEditor\MtlEditor.csproj]
KGEditorCoreWrapper.vcxproj -> E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Build\vs2017_vc141_win_x64\Tools\KGEditor\KGEd
itorCoreWrapper\Debug\KGEditorCoreWrapper_d.dll
TexViewerCoreWrapper.vcxproj -> E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Build\vs2017_vc141_win_x64\Tools\TexViewer\Te
xViewerCoreWrapper\Debug\TexViewerCoreWrapper_d.dll
F:\study\vs_2017\MSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3245: 未能解析此引用。
未能找到程序集“Xceed.Wpf.AvalonDock”。请检查磁盘上是否存在该程序集。 如果您的代码需要此引用,则可能出现编译错误。
[E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Build\vs2017_vc141_win_x64\Tools\KGEditor\KGEditor\KGEditor.csproj]
F:\study\vs_2017\MSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3245: 未能解析此引用。
未能找到程序集“Xceed.Wpf.Toolkit”。请检查磁盘上是否存在该程序集。 如果您的代码需要此引用,则可能出现编译错误。
[E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Build\vs2017_vc141_win_x64\Tools\KGEditor\KGEditor\KGEditor.csproj]
F:\study\vs_2017\MSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3245: 未能解析此引用。
未能找到程序集“Xceed.Wpf.AvalonDock”。请检查磁盘上是否存在该程序集。 如果您的代码需要此引用,则可能出现编译错误。
[E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Build\vs2017_vc141_win_x64\Tools\TexViewer\TexViewer\TexViewer.csproj]
F:\study\vs_2017\MSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3245: 未能解析此引用。
未能找到程序集“Xceed.Wpf.Toolkit”。请检查磁盘上是否存在该程序集。 如果您的代码需要此引用,则可能出现编译错误。
[E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Build\vs2017_vc141_win_x64\Tools\TexViewer\TexViewer\TexViewer.csproj]
E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Tools\src\KGEditor\KGEditor\MainWindow.xaml(55,14): error MC3074: XML 命名空间“http
://schemas.xceed.com/wpf/xaml/avalondock”中不存在标记“DockingManager”。
行 55 位置 14. [E:\git\engines\KlayGE\KlayGE4.12\KlayGE\B
uild\vs2017_vc141_win_x64\Tools\KGEditor\KGEditor\KGEditor.csproj]
E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Tools\src\TexViewer\TexViewer\MainWindow.xaml(34,14): error MC3074: XML 命名空间“ht
tp://schemas.xceed.com/wpf/xaml/avalondock”中不存在标记“DockingManager”。
行 34 位置 14. [E:\git\engines\KlayGE\KlayGE4.12\KlayGE\Build\vs2017_vc141_win_x64\Tools\TexViewer\TexViewer\TexViewer.csproj]
[E] Build KlayGE failed.

  • 写回答

3条回答

  • zqbnqsdsmd 2018-05-29 04:50
    关注
    评论

报告相同问题?

悬赏问题

  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计