I don't think so..but just to be sure, I changed all the values to a single 
string char. So for example, one string definition would end up being:
<String Id="ValidateSharepointUrl"><![CDATA[a]]></String>
So there are a bunch of these String definitions between

<?xml version="1.0" encoding="utf-8"?><wixLibrary version="3.0.2002.0"
xmlns="http://schemas.microsoft.com/wix/2006/libraries";><WixLocalization
Codepage="1252" Culture="en-us"
xmlns="http://schemas.microsoft.com/wix/2006/localization";>
<String Id="ValidateSharepointUrl"><![CDATA[a]]></String>
<LOTS_OF_OTHER_STRINGS>
</WixLocalization></wixLibrary>

So is this not an expected behaviour?

-----Original Message-----
From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com]
Sent: 01 October 2012 16:18
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WixLibs do not seem to work after 3.6 upgrade.

Is the wixlib xml valid ? There might be a malformed element somewhere inside.

-----Original Message-----
From: Stelios Kyprou [mailto:stelios.kyp...@fcg.im]
Sent: 01 October 2012 15:47
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] WixLibs do not seem to work after 3.6 upgrade.

Hello,
We upgraded from WiX3.5.2519 to 3.6.3303.1, and it seems like wixlibs are not 
working as expected anymore in our projects.
The library project builds, but when a merge module attempts to build(which has 
the wixlib project as a reference), I get the following error:
"The end element matching the 'wixLibrary' start element was not found".
It seems to have the closing element though, as it looks like this:
<?xml version="1.0" encoding="utf-8"?><wixLibrary version="3.0.2002.0"
xmlns="http://schemas.microsoft.com/wix/2006/libraries";><WixLocalization
Codepage="1252" Culture="en-us"
xmlns="http://schemas.microsoft.com/wix/2006/localization";><String
........</String></WixLocalization></wixLibrary>

Any ideas why?
I'm using VS2012, on Windows 8!
Thanks in advance!
________________________________

This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. Formicary cannot guarantee that this message is secure 
or free of errors or viruses.

-----------------------------------------------------------------------------
-
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
________________________________

This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. Formicary cannot guarantee that this message is secure 
or free of errors or viruses.

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to