Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 19:17:20 (14 years ago)
Author:
mkommend
Message:

corrected AssemblyString for MS ChartControls (ticket #893)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/OptimizerMainForm.cs

    r3778 r3780  
    9090    }
    9191
    92     private static string CHARTCONTROLASSEMBLY = "System.Windows.Forsms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
     92    private static string CHARTCONTROLASSEMBLY = "System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
    9393    private bool CheckChartControls() {
    9494      try {
Note: See TracChangeset for help on using the changeset viewer.