mschart:无法加载文件或程序集'System.Windows.Forms.DataVisualization - vs2015 - winform

mschart: Could not load file or assembly 'System.Windows.Forms.DataVisualization - vs2015 - winform

我有一个使用 msCharts 的 windows 表单应用程序(框架 3.5)。 由于我们已经将我们的项目从 VS2008 升级到 VS2015,我们在部署程序的其他计算机上(以及未安装 mschart 的计算机)出现以下错误:

System.IO.FileNotFoundException: Could not load file or assembly
'System.Windows.Forms.DataVisualization', Version=3.5.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 
The system cannot find the file specified. 
File name: 'System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

我们正在使用 'Microsoft Visual Studio 2015 Installer Projects' 为程序创建安装程序 (.msi)。

在安装项目中,我也没有在 'Detected Dependencies' 列表中看到任何 'mschart/datavisualization' 项目,所以这可能是问题所在?但是不知道有没有必要

谢谢。

必须手动将 .DLL 添加到我的安装项目中的程序集中。