The light.exe is crashing with Null Reference Exception.
i am currently using latest version of Wix released in Aug 29.(3.0.4429.0)
The stack tree is as below:
C:\Documents and Settings\pavanga\Desktop\wix-pavan\Wix Sample>light.exe -out Sa
mpleWixUI.msi SampleWixUi.wixobj CCFLib\CCFWixUI_Mondo.wixlib -loc WixUI_en-us.w
xl -ext WixIISExtension -ext WixSqlExtension
Microsoft (R) Windows Installer Xml Linker version 3.0.4429.0
Copyright (C) Microsoft Corporation. All rights reserved.
light.exe : error LGHT0001 : Object reference not set to an instance of an objec
t.
Exception Type: System.NullReferenceException
Stack Trace:
at Microsoft.Tools.WindowsInstallerXml.Binder.MergeUnrealTables(TableCollecti
on tables)
at Microsoft.Tools.WindowsInstallerXml.Binder.BindDatabase(Output output, Str
ing databaseFile)
at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output, String file
)
at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)
This happens when i add Symbol Path between Directorty Element
<
Directory Id="SAMPLEDIR" Name="SampleDirectory">
<
SymbolPath Path="C:\abc"/>
</
Directory>
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).