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 fluent的在模拟压强时使用希望得到一些建议
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services
  • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏
  • ¥15 模糊pid与pid仿真结果几乎一样
  • ¥15 java的GUI的运用
  • ¥15 Web.config连不上数据库
  • ¥15 我想付费需要AKM公司DSP开发资料及相关开发。
  • ¥15 怎么配置广告联盟瀑布流
  • ¥15 Rstudio 保存代码闪退