The Component element contains an unhandled extension element #8890
-
We recently upgraded our WiX solution from version 3.11 to use 5.0.0. The upgrade went smoothly except for one small snag, I can no longer build the solution successfully in Visual Studio. I can however build this fine using command line The Component element contains an unhandled extension element 'RemoveFolderEx'. Please ensure that the extension for elements in the 'http://wixtoolset.org/schemas/v4/wxs/util' namespace has been provided I've included a simplified snippet of code from my .wxs file that is causing this error with this at the beginning right after my include block And this inside a ComponentGroup/Component block Is there a way to address this so Developers can use Visual Studio to build again or is building with the command line my only recourse? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Did you add the PackageReference to the Util extension as per doc? |
Beta Was this translation helpful? Give feedback.
Remove
TargetFrameworks
.