Changes between Initial Version and Version 1 of Ticket #1990, comment 7
- Timestamp:
- 12/10/12 13:28:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1990, comment 7
initial v1 1 1 sforsten just told me about a problem which could be related to the changes that you have made. If you open the regression sample and use as engine the Debug Engine and click on Step, the following exception is thrown: 2 2 3 {{{ 3 4 HeuristicLab.Persistence.Auxiliary.ParseError: Could not parse typename: expected "OpenBracket" found ""HeuristicLab"" "HeuristicLab.Parameters.ValueLookupParameter`1[====>H<====HeuristicLab.Data.BoolValue] 4 5 at System.Windows.Forms.Control.EndInvoke(IAsyncResult asyncResult) … … 12 13 at HeuristicLab.DebugEngine.DebugEngineView.<>c__DisplayClass2.<stepButton_Click>b__0(Object s, DoWorkEventArgs a) in c:\dev\trunk\sources\HeuristicLab.DebugEngine.Views\3.3\DebugEngineView.cs:line 130 13 14 at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) 15 }}}