在Visual Studio中使用NuGet安装包

小结 在Visual Studio里找不到包,需要使用NuGet来进行安装,两种办法:使用命令行和使用菜单安装。 问题 找不到System.Reactive包。 找不到Microsoft.ReportViewer的包 解决 Tools → NuGet Package Manager → Package Manager Console. 使用Install-Package System.Reactive来安装。 Tools → NuGet Package Manager → Manage NuGet Packages for Solutions… 搜索Microsoft.ReportViewer.Runtime.Common进行安装。 参考 C# .NET Rx- Where is System.Reactive? Microsoft.ReportViewer.Common.v12 Quickstart: Install and use a package in Visual Studio (Windows only)