Duplicate symbol 'Dialog:FilesInUse' found. Error in WIX Project

Add-in Express™ Support Service
That's what is more important than anything else

Duplicate symbol 'Dialog:FilesInUse' found. Error in WIX Project
 
Ma ka




Posts: 75
Joined: 2011-02-25
Hi,

i am working with an Wix project, witch works well to the point, that i am adding an License Aggreement Dialog and rtf file as source for the license via the WIX Designer Beta. And the the followoing error occours:

Fehler	8	Duplicate symbol 'Dialog:FilesInUse' found. This typically means that an Id is duplicated. Check to make sure all your identifiers of a given type (File, Component, Feature) are unique.	C:Users...DocumentsVisual Studio 2012Projects.........Setup.9.91Product.wxs	141	1	...Setup(0.9.9)

Fehler	9	Location of symbol related to previous error.	C:srcwix38srcextUIExtensionwixlibFilesInUse.wxs	13	1	...Setup(0.9.9)


How can i fix it?
Posted 09 Apr, 2014 12:11:44 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Ma,

Do you use the standard WiX UI in your project (see WixUIExtension reference in the References section of the wix project)?
Posted 10 Apr, 2014 10:22:18 Top
Ma ka




Posts: 75
Joined: 2011-02-25
Hi,

i am using

WixNetFexExtension v 3.0.0.0

WixUIExtension v 3.0.0.0
Posted 10 Apr, 2014 22:59:02 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Ma,

If you want to use our dialogs, please remove the WixUIExtension from References. Also you need to remove all 'UIRef' elements that refer to WixUI_xxx dialogs.
Posted 11 Apr, 2014 10:47:32 Top