Bump.

Does Silence imply that I am stuck with these warnings during my build?  Is 
there more info that I can provide?  Should I open a bug?

John

-----Original Message-----
From: John Bergman [mailto:john.berg...@xpedienttechnologies.com] 
Sent: Monday, December 06, 2010 4:48 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] How do you fix this error? (id is too long, 72 characters 
max)

I need some guidance as to how to fix this error... it looks like the id is 
generated during the compile process... 

I am getting this error:

The DirectoryRef/@Id of attributes value, 
'Application.managementserver.plugins.authentication.native.client.symbols' is 
too long for an identifier, standard identifiers are 72 characters or less.

This is what is in my wxs source (that I wrote)

        <Component Id='c_app.ms.Plugins.Auth.Native.Client' 
Guid='C3ADAD54-1AD7-47fa-B356-146A58048F99'>
          <File Id='f.app.ms.pi.Auth.Native.Client' 
Name='$(var.Application.ManagementServer.Plugins.Authentication.Native.Client.TargetFileName)'
 
Source='$(var.Application.ManagementServer.Plugins.Authentication.Native.Client.TargetPath)'
 />
          <File Id='f.app.ms.pi.Auth.Native.Client.pdb' 
Name='XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.pdb'
 
Source='$(var.Application.ManagementServer.Plugins.Authentication.Native.Client.TargetDir)XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.pdb'
 />
        </Component>

It appears that this is the location of the error, it is in a generated file.

    <Fragment>
        <DirectoryRef 
Id="Application.ManagementServer.Plugins.Authentication.Native.Client.Symbols">
            <Component Id="cmp9B84874485F19E281EC2FD5E9346598B" Guid="*">
                <File Id="fil2DDE6B792849542497AC6B90E52F6196" 
Source="$(var.Application.ManagementServer.Plugins.Authentication.Native.Client.TargetDir)\XPedient.Application.ManagementServer.Plugins.Authentication.Native.Client.pdb"
 />
            </Component>
        </DirectoryRef>
    </Fragment>



------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move off 
Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, 
and manage than apps on traditional platforms. Sign up for the Lotus Notes 
Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to