WiX Designer missing schema information

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

WiX Designer missing schema information
 
Tim Beck


Guest


I've used the WiX Designer for VS - and it works pretty well. But I can't compile the project because it can't find the attribute reference http://schemas.add-in-express.com/wixdesigner:VSName.

In fact the host http://schemas.add-in-express.com can't be resolved.

Is it possible to give me the resolved attribute for wixdesigner:VSName so that I can use it directly in the Product.wxs file?

Thanks

Tim.
Posted 31 Mar, 2014 05:00:56 Top
Dmitry Kostochko


Add-in Express team


Posts: 2887
Joined: 2004-04-05
Hi Tim,

Please check out the References section of your WiX setup project. Do you have the VDWExtension reference there?
Posted 31 Mar, 2014 10:26:12 Top
Tim Beck


Guest


Hi Dmitry

No I didn't have the VDWExtension reference in the setup project. Now it compiles.

However VS still gives the warning: "Could not find schema information for the attribute 'http://schemas.add-in-express.com/wixdesigner:VSName'"

Many thanks for your help.

Tim.
Posted 31 Mar, 2014 12:01:51 Top
Dmitry Kostochko


Add-in Express team


Posts: 2887
Joined: 2004-04-05
Hi Tim,

Thank you for letting us know.

BTW, you see Messages, not Warnings in the Visual Studio Error list. You can turn them off by clicking the Messages button in the toolbar.
Posted 01 Apr, 2014 06:31:14 Top