简体   繁体   中英

Wix Toolset: How to reference custom wix extension in wix project

I have created a test WIX extension project following the manual . When I am trying to use this extension in the Wix Setup project, Visual Studio is not able to find a namespace of just linked wix extension dll.

Even more, if I just copy the extension namespace in the project's namespaces, Visual Studio does not recognize it and does not provide intellisense to use an element from the Wix extension.

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:awesome="http://www.example.com/AwesomeSchema">

What I am doing wrong?

只需手动将xsd架构复制到%VisualStudioInstallFolder%\\ Xml \\ Schemas。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM