Bugs item #1541619, was opened at 2006-08-16 22:37 Message generated for change (Comment added) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1541619&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: light Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: skd123us (skdutta) Assigned to: Nobody/Anonymous (nobody) Summary: UIRef Error in version 3.0.1821.0 Initial Comment: I was trying to convert my old program to wix 3.0. I was using a FragmentRef node, which now gives the following error on candle: warning CNDL1068: The FragmentRef element has been deprecated.... blah... blah... blah... So I changed the FragmentRef to UIRef and now it gives the error: error LGHT0094: Unresolved reference to symbol 'UI:Fragment_UI_EulaForm' in section 'Fragment:Fragment_Sequence'. Here is the code snippet for reference... <Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi"> <Fragment Id="Fragment_UI_EulaForm"> <UI> .... lots of GUI stuff... </UI> </Fragment> <!------- Next File ------> <Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi"> <Fragment Id="Fragment_Sequence"> <UIRef Id="Fragment_UI_EulaForm" /> .... blah blah blah </Fragment> </Wix> Am I using some wrong syntax? I bet I am! Please let me know if this is a bug, I will revert back to my old version. Thanks ---------------------------------------------------------------------- >Comment By: Bob Arnson (barnson) Date: 2006-08-17 15:17 Message: Logged In: YES user_id=26581 Not a bug. Please use the wix-users mailing list for support. ---------------------------------------------------------------------- Comment By: skd123us (skdutta) Date: 2006-08-16 22:42 Message: Logged In: YES user_id=1103793 okay found my error and fixed it the id should have been put in the UI node. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1541619&group_id=105970 ------------------------------------------------------------------------- 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-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
