Classification: Public
Did you add a dialogref to it as well? 
i.e.
in my product.wxs file I have:
<DialogRef Id="GenericErrorDlg"/>

Then in my SQLConnectionDlog.wxs I have:
<Publish Event="SpawnDialog" Value="GenericErrorDlg" 
Order="4"><![CDATA[DATABASE_CONNECTION_ERROR = "0"]]></Publish>

Steve

-----Original Message-----
From: Wang, Miaohsi [mailto:miaohsi.w...@invensys.com]
Sent: July-25-13 7:09 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] WiX 3.6: SelectDbDlg

Hello all,

I am trying to use SelectDbDlg in my WiX 3.6 project as shown below:

<Publish Event="NewDialog" Value="SelectDbDlg"></Publish>

When I built the install  program I got the error below:

error LGHT0094: Unresolved reference to symbol 'Dialog:SelectDbDlg' in section 
'Fragment:'

Note that I've included SqlExtension in the WiX element:

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
     xmlns:sql="http://schemas.microsoft.com/wix/SqlExtension";
     xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"; >

I've also added WixSqlExtension in the project References in my Visual Studio 
2010. What am I missing here?

Thanks a lot you for your help!
Miaohsi





*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please select the Legal Entities link at invensys.com.


You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics Get end-to-end 
visibility with application monitoring from AppDynamics Isolate bottlenecks and 
diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 
This message has been marked as Public by Steven Ogilvie on July-25-13 7:59:05 
PM.

The above classification labels were added to the message by TITUS Message 
Classification. For more information visit www.titus.com.

 



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to