1) Download attached "product.wxs" file locally
2) candle product.wxs
3) light product.wixobj
Expected Results: Two errors:
C:\Users\micarls.REDMOND\Desktop\lighttest\nullcolumn\product.wxs(14) : error LG
HT0053 : There is no data for column 'Column2' in a contained row of custom tabl
e 'CustomTable1'. A non-null value must be supplied for this column.
C:\Users\micarls.REDMOND\Desktop\lighttest\nullcolumn\product.wxs(19) : error LG
HT0053 : There is no data for column 'Column2' in a contained row of custom tabl
e 'CustomTable1'. A non-null value must be supplied for this column.
Actual Results: Two errors, and an exception:
C:\Users\micarls.REDMOND\Desktop\lighttest\nullcolumn\product.wxs(14) : error LG
HT0053 : There is no data for column 'Column2' in a contained row of custom tabl
e 'CustomTable1'. A non-null value must be supplied for this column.
C:\Users\micarls.REDMOND\Desktop\lighttest\nullcolumn\product.wxs(19) : error LG
HT0053 : There is no data for column 'Column2' in a contained row of custom tabl
e 'CustomTable1'. A non-null value must be supplied for this column.
light.exe : error LGHT0001 : Input string was not in a correct format.
Exception Type: System.FormatException
Stack Trace:
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffe
r& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo in
fo)
at System.Convert.ToInt32(String value, IFormatProvider provider)
at Microsoft.Tools.WindowsInstallerXml.Linker.Link(SectionCollection sections
, ArrayList transforms, OutputType expectedOutputType) in c:\delivery\Dev\wix\sr
c\wix\Linker.cs:line 855
at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args) in c:\d
elivery\Dev\wix\src\light\light.cs:line 435
Binder temporary directory located at 'C:\Users\micarls.REDMOND\AppData\Local\Te
mp\sgixmomq'.
Validator temporary directory located at 'C:\Users\micarls.REDMOND\AppData\Local
\Temp\mvvwic69'.
WiX source file for repro
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 15 days (the time period specified by
the administrator of this Tracker).