Bugs item #1476404, was opened at 2006-04-25 14:16 Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1476404&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: light Group: v2.0 Status: Open Resolution: None Priority: 5 Submitted By: Bill Arnette (billarnette) >Assigned to: Derek (derekc) Summary: Exception with -ust option Initial Comment: light tmp.wixobj -out Tmp\foo.msi -ust yields: Microsoft (R) Windows Installer Xml Linker version 2.0.3719.0 Copyright (C) Microsoft Corporation 2003. All rights reserved. light.exe : error LGHT0001 : Object reference not set to an instance of an object. Exception Type: System.NullReferenceException Stack Trace: at System.Xml.XmlStreamReader.Read(Byte[] data, Int32 offset, Int32 length) at System.Xml.XmlScanner..ctor(XmlStreamReader reader, XmlNameTable ntable, Encoding enc) at System.Xml.XmlTextReader..ctor(String url, Stream input, XmlNameTable nt) at System.Xml.XmlTextReader..ctor(Stream input) at Microsoft.Tools.WindowsInstallerXml.Common.GetTableDefinitions(Boolean smallTables) at Microsoft.Tools.WindowsInstallerXml.Linker..ctor(Boolean smallTables) at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args) Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at System.Xml.XmlStreamReader.Read(Byte[] data, Int32 offset, Int32 length) at System.Xml.XmlScanner..ctor(XmlStreamReader reader, XmlNameTable ntable, Encoding enc) at System.Xml.XmlTextReader..ctor(String url, Stream input, XmlNameTable nt) at System.Xml.XmlTextReader..ctor(Stream input) at Microsoft.Tools.WindowsInstallerXml.Common.GetTableDefinitions(Boolean smallTables) at Microsoft.Tools.WindowsInstallerXml.Linker..ctor(Boolean smallTables) at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args) at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Main(String[] args)· ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-04-25 14:37 Message: Logged In: YES user_id=518766 Yup - nice find - pretty simple regression when we switched to the nant build system. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1476404&group_id=105970 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
