Bugs item #1476404, was opened at 2006-04-25 21:16
Message generated for change (Settings changed) made by barnson
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: Closed
Resolution: Fixed
Priority: 5
Private: No
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 21: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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to