小结
在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)