The preprocessor code returns this error if any XmlException occurs when
loading the document after it has been preprocessed. One source of problems
as I recall is that the XML namespaces used in the include file aren't
'hoisted' into the including document. Ensure that all namespaces used in
the include file are explicitly listed in the document which includes it.

 

Presumably not having .NET Framework 1.1 Service Pack 1 also tended to cause
XmlExceptions at this point, but it's certainly not the only possible
reason.

 

-- 

Mike Dimmick

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Don
Tasanasanta (Volt)
Sent: 24 January 2008 19:10
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] CNDL1024 error using include files

 

I'm getting the following error.

 

candle.exe : error CNDL0124 : An error has occurred that most likely
indicates that the .NET Framework 1.1 Service Pack 1 has not been installed.
Please see the following website for more information about the service pack
and how to install it: http://support.microsoft.com/?kbid=867460

 

I'm working with including files into my main wxs file and my most recent
change was to create a wxi with my directory definitions and then use
directoryref around my component wxi files. 

 

Is there an issue with directoryref and include files that would throw this
type of error?

 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to