From: Terry D. <ter...@ho...> - 2004-04-15 12:40:00
|
The Product type in wix/serialize/wix.cs has an incorrect xml attribute for serializing UI types as subtypes to the Product type. Should be changed from object[] to UI. Here's the diff. RCS file: /cvsroot/wix/wix/src/wix/Serialize/wix.cs,v retrieving revision 1.1 diff -r1.1 wix.cs 5865c5865 < [System.Xml.Serialization.XmlElementAttribute("UI", typeof(object[]))] --- > [System.Xml.Serialization.XmlElementAttribute("UI", typeof(UI))] _________________________________________________________________ Free up your inbox with MSN Hotmail Extra Storage! Multiple plans available. http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1/go/onm00200362ave/direct/01/ |