【发布时间】:2015-02-19 09:46:44
【问题描述】:
我有 Windows 8.1 和 Visual Studio 2013。当我构建项目时,它会生成错误指示,
警告 2 主要参考“D:\SageDemo3.5\SageFrame.Common\bin\Debug\SageFrame.Common.dll” 无法解决,因为它是针对“.NETFramework,Version=v4.5.1”构建的 框架。这是比当前目标框架“.NETFramework,Version=v4.5”更高的版本。
【问题讨论】:
-
SageFrame.Common.dll 是您解决方案中项目的输出,还是您引用的预构建 dll?
标签: c# asp.net visual-studio sageframe