Hello,

I'm getting the following warning when trying to compile my module, 
using Wix3.0

    ICE03: String overflow (greater than length permitted in column); 
Table: File, Column: File, Key(s): 
    
Maybe.the.name.for.this.file.is.too.long.dll.F69460F1_7FD1_421A_9422_D6FFD3AB741C
 


Is there a way to get around that?
Or should I be concerned about it all?

The component is defined like:

    <Component Id="ModuleComponent" 
Guid="97F1CB47-1D61-483B-9635-E554441668D9">
        <File Id="Maybe.the.name.for.this.file.is.too.long.dll"
                  Name="Maybe.the.name.for.this.file.is.too.long.dll"
              Assembly=".net"
              
AssemblyManifest="Maybe.the.name.for.this.file.is.too.long.dll"
              
Source="$(var.Project.TargetDir)\Maybe.the.name.for.this.file.is.too.long.dll" 

                 KeyPath="yes" ReadOnly="yes" Vital="yes" />
    </Component>


Thanks in advance,
Stefan Seifert

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to