Here's the entirety of the output...

d:\tfs\Simplify Suite\Dev\Simplify Visibility\Visibility
Repository\Repository Installer Module\Repository Installer.wxs(13,0): error
LGHT0311: A string was provided which doesn't match the specified database
codepage '1252'. Either set your database codepage to match these
characters, or change these characters to ones that exist in the database's
codepage.

Line 13 is
        <Package Languages="1033"
                 SummaryCodepage="1252"
                 InstallerVersion="200"
                 Manufacturer="triCerat, Inc."
                 Description="Simplify Visibility Repository Installer"
                 Comments="Copyright © 2009 triCerat, Inc.; All Rights
Reserved"
         />

I'm using 3.0.5224.0, and this built when I was using build
29xx-something...

I removed the copyright symbol to see if that was the cause, but no help.
Thanks for your time.  :-)

Chris


On Sat, Jun 6, 2009 at 12:13 AM, Rob Mensching <r...@wixtoolset.org> wrote:

> The error message should tell you the source line number. What version
> of the WiX toolset are you using? Is there more to the error message?
>
> Christopher Karper wrote:
> > error LGHT0311: A string was provided which doesn't match the specified
> > database codepage '1252'. Either set your database codepage to match
> these
> > characters, or change these characters to ones that exist in the
> database's
> > codepage.
> >
> > How do I find the non compliant string?  The error points to the codepage
> > attribute, not the faulty string, and I'm not even sure where to begin
> > tracking things down.  AFAIK, I've just used normal english characters
> > everywhere.  Any help would be appreciated, TIA!
> >
> > Chris
> >
> ------------------------------------------------------------------------------
> > OpenSolaris 2009.06 is a cutting edge operating system for enterprises
> > looking to deploy the next generation of Solaris that includes the latest
> > innovations from Sun and the OpenSource community. Download a copy and
> > enjoy capabilities such as Networking, Storage and Virtualization.
> > Go to: http://p.sf.net/sfu/opensolaris-get
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
> ------------------------------------------------------------------------------
> OpenSolaris 2009.06 is a cutting edge operating system for enterprises
> looking to deploy the next generation of Solaris that includes the latest
> innovations from Sun and the OpenSource community. Download a copy and
> enjoy capabilities such as Networking, Storage and Virtualization.
> Go to: http://p.sf.net/sfu/opensolaris-get
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to