dnn 7.4.2 构建引用缺失
dnn 7.4.2 build references missing
VS 2017 Pro - 安装了所有 .Net 库
我需要使用 DNN 版本 7.4.2
我已经下载了 7.4.2 版本的平台,正在尝试编译 DNN_Platform 解决方案。
当我这样做时,许多项目缺少对
的引用
- System.Net.Http
- System.Net.Http.格式化
- System.Web.Http
- System.Web.Http.WebHost
- System.Web.WebPages
- System.Data.SqlServerCe
我如何获得找到这些引用并构建的解决方案?我需要先编译其他东西吗?编译 DNN 解决方案的说明将不胜感激。
当我尝试使用 NuGet 获取 System.Net.Http 时,它告诉我:
trying to install this package into a project that targets '.netframework,version=v4.0', but the package does not contain any assembly references or content files that are compatible with that framework."
当我尝试编译解决方案时,我收到错误建议补救措施,例如:
retarget your application to a framework version which contains "System.Net.Http".
但我想构建下载的源代码。
我该怎么做?
对于那些想知道的人,您需要安装 Asp.Net MVC 4 来解决这些参考问题。
你可以在这里找到它 link here
VS 2017 Pro - 安装了所有 .Net 库
我需要使用 DNN 版本 7.4.2
我已经下载了 7.4.2 版本的平台,正在尝试编译 DNN_Platform 解决方案。
当我这样做时,许多项目缺少对
的引用- System.Net.Http
- System.Net.Http.格式化
- System.Web.Http
- System.Web.Http.WebHost
- System.Web.WebPages
- System.Data.SqlServerCe
我如何获得找到这些引用并构建的解决方案?我需要先编译其他东西吗?编译 DNN 解决方案的说明将不胜感激。
当我尝试使用 NuGet 获取 System.Net.Http 时,它告诉我:
trying to install this package into a project that targets '.netframework,version=v4.0', but the package does not contain any assembly references or content files that are compatible with that framework."
当我尝试编译解决方案时,我收到错误建议补救措施,例如:
retarget your application to a framework version which contains "System.Net.Http".
但我想构建下载的源代码。
我该怎么做?
对于那些想知道的人,您需要安装 Asp.Net MVC 4 来解决这些参考问题。
你可以在这里找到它 link here