Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
Can anyone tell me why the following in my package.xml may not be working
<Action runat="install" undo="true" alias="AddConfigurationSection"> <Section name="uAV" type="uAV.Config" /> </Action> <Action runat="install" undo="true" alias="AddXmlFragment" file="~/web.config" xpath="/configuration" position="end"> <uAV configSource="config/uAV.config" /> </Action> </Actions>
have you installed http://packageactioncontrib.codeplex.com/ ?
AddXmlFragment isnt a built in action, it requires an extra dll.
That's done it, thanks Stephen. :)
no problems :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
package action not working alias="AddConfigurationSection"
Hi all,
Can anyone tell me why the following in my package.xml may not be working
<Action runat="install" undo="true" alias="AddConfigurationSection">
<Section name="uAV" type="uAV.Config" />
</Action>
<Action runat="install" undo="true" alias="AddXmlFragment" file="~/web.config" xpath="/configuration" position="end">
<uAV configSource="config/uAV.config" />
</Action>
</Actions>
have you installed http://packageactioncontrib.codeplex.com/ ?
AddXmlFragment isnt a built in action, it requires an extra dll.
That's done it, thanks Stephen. :)
no problems :)
is working on a reply...