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

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 C++ 头文件/宏冲突问题解决
  • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
  • ¥50 安卓adb backup备份子用户应用数据失败
  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题
  • ¥30 python代码,帮调试
  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
  • ¥15 数据可视化Python
  • ¥15 要给毕业设计添加扫码登录的功能!!有偿