I am getting the following error from candle 

Microsoft (R) Windows Installer Xml Compiler version 3.0.4014.0

Copyright (C) Microsoft Corporation 2003. All rights reserved.

 

Access Control.wxs

candle.exe : error CNDL0001 : Culture 'en' is a neutral culture. It
cannot be used in formatting and parsing and therefore cannot be set as
the thread's current culture.

 

Exception Type: System.NotSupportedException

 

Stack Trace:

   at System.Globalization.CultureInfo.CheckNeutral(CultureInfo culture)

   at System.Globalization.CultureInfo.get_NumberFormat()

   at System.Globalization.NumberFormatInfo.GetInstance(IFormatProvider
formatProvider)

   at System.Int32.ToString(String format, IFormatProvider provider)

   at System.Text.StringBuilder.AppendFormat(IFormatProvider provider,
String format, Object[] args)

   at System.String.Format(IFormatProvider provider, String format,
Object[] args)

   at
Microsoft.Tools.WindowsInstallerXml.ConsoleMessageHandler.GenerateMessag
eString(MessageLevel messageLevel, MessageEventArgs mea)

   at
Microsoft.Tools.WindowsInstallerXml.MessageHandler.GetMessageString(Obje
ct sender, MessageEventArgs mea)

   at
Microsoft.Tools.WindowsInstallerXml.ConsoleMessageHandler.Display(Object
sender, MessageEventArgs mea)

   at
Microsoft.Tools.WindowsInstallerXml.CompilerCore.OnMessage(MessageEventA
rgs e)

   at
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDirectoryElement(XmlNo
de node, String parentId, Int32 diskId, String fileSource)

   at
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseFragmentElement(XmlNod
enode)

   at
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseWixElement(XmlNode
node)

   at Microsoft.Tools.WindowsInstallerXml.Compiler.Compile(XmlDocument
source)

   at Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Run(String[]
args)

Candle error: 1

 

I think it is trying to report an error in my wxs file. I have been
looking through the wix source and I can't see why it would be trying to
use the 'en' culture. I am in the UK but "CultureInfo.CurrentUICulture"
returns en-US. I am running on Vista.

 

Does this sound like a bug in candle?

 

Neil

 

Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to