FrameWork:.Net Framework4.7.2.
Web 项目:从git中提取代码(在不同的本地机器上工作和编译),然后尝试构建,得到:
**The type or namespace name 'ApiController' could not be found (are you missing a using directive or an assembly reference?)**
对于所有apiController继承的类属性和关键字:ApiController、HttpPost、FromBody等),
using System;
using System
我在接一个关于遗留软件的支持电话。它具有以下导入:
using Microsoft.SqlServer.Management.Smo;
using Microsoft.SqlServer.Management.Common;
项目中的引用指向:
Microsoft.SqlServer.ConnectionInfo
Microsoft.SqlServer.Smo
。。它们当前未被解析并导致编译失败。
我需要下载和安装什么才能编译这个项目?我目前确实安装了SQL Server 2008。我找到了像这样的链接,但我不确定要安装什么。
什么是需要的链接将非常感谢!谢谢。