The IIsExtension defines the IIsWebApplicationName (which shows up in MMC as 
the app name) as a localized string of 255 chars.  This string is referenced, 
as a foreign key, from the RegisterIIsSSLCertificate table.  The column in the 
register table is part of a multi-column primary key for that table.  This 
column is defined as a 255 length string, not localized.

Primary key columns cannot be localized, according to ICE03.  However, ICE32 
throws an error when referencing the ApplicationName column from the 
RegisterSSLCert column.

What is the 'best practice' for using these two tables?  Should I just suppress 
the ICE32 error?

Cullen Waters
SDET
Office Live
+1 425 706 6809
x 66809

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to