vb.net - mschart: Could not load file or assembly 'System.Windows.Forms.DataVisualization - vs2015 - winform -
i have windows form application (framework 3.5) uses mscharts. since have upgraded our project vs2008 vs2015 following error on other computers deploy program (and mschart not installed):
system.io.filenotfoundexception: not load file or assembly 'system.windows.forms.datavisualization', version=3.5.0.0, culture=neutral, publickeytoken=31bf3856ad364e35' or 1 of dependencies. system cannot find file specified. file name: 'system.windows.forms.datavisualization, version=3.5.0.0, culture=neutral, publickeytoken=31bf3856ad364e35'
we using 'microsoft visual studio 2015 installer projects' create installer (.msi) program.
in setup project i'm not seeing 'mschart/datavisualization' items in 'detected dependencies' list, maybe problem? don't know if required.
thank you.
had manually add .dll's assemblies in setup project.
Comments
Post a Comment