Free cookie consent management tool by TermsFeed Policy Generator

Changeset 438


Ignore:
Timestamp:
08/04/08 13:09:48 (16 years ago)
Author:
gkronber
Message:

fixed #229 (Loading a persisted distributed-engine throws Exception)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DistributedEngine/DistributedEngine.cs

    r414 r438  
    318318      XmlAttribute addressAttribute = document.CreateAttribute("ServerAddress");
    319319      addressAttribute.Value = ServerAddress;
     320      node.Attributes.Append(addressAttribute);
    320321      if(suspendedEngines.Count > 0) {
    321         node.Attributes.Append(addressAttribute);
    322322        XmlNode suspendedEnginesNode = document.CreateElement("SuspendedEngines");
    323323        foreach(KeyValuePair<ProcessingEngine, AtomicOperation> p in suspendedEngines) {
Note: See TracChangeset for help on using the changeset viewer.