#117 closed defect (done)
Serializing a generic ItemList in a generic ItemList throws exception
Reported by: | gkronber | Owned by: | swagner |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.0 |
Component: | Core | Version: | 3.0 |
Keywords: | Cc: |
Description
The exception occurs in StorableBase.GetXmlNode() when trying to create an element with the name of the type. The type-name is: "ItemList`1" however it seems XML doesn't allow '`' in the name of an element.
Exception details:
System.Xml.XmlException occurred Message="The '`' character, hexadecimal value 0x60, cannot be included in a name." Source="System.Xml" LineNumber=0 LinePosition=0 StackTrace: at System.Xml.XmlDocument.CheckName(String name) InnerException:
Change History (6)
comment:1 Changed 17 years ago by swagner
- Status changed from new to assigned
comment:2 Changed 17 years ago by swagner
comment:3 Changed 17 years ago by swagner
- Resolution set to fixed
- Status changed from assigned to closed
Merged into 3.0 release branch in r151
comment:4 Changed 16 years ago by swagner
- Milestone changed from 3.0 to Iteration 0
Milestone 3.0 deleted
comment:5 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Fixed in r150