Hi
Could anyonw help me wih the issue concerned a feature.
The first problem is the feature is duplicated when I've deployed it;
the second problem is the context menu items are duplicated too. I've done
this by means of the next code snippet:
<CustomAction
Id="FormServerEcbItemOpenInfoPathDocument2"
RegistrationType="ProgId"
RegistrationId="InfoPath.Document.2"
Location="EditControlBlock"
Sequence="255"
Title="New Applicant Interview">
<UrlAction
Url="/_layouts/ApplicantInterview/NewApplicantInterviewWithDefaultValues.aspx?
ItemId={ItemId}&ListId={ListId}" />
</CustomAction>
S.Y.M. Wong-A-Ton - 26 Feb 2008 08:41 GMT
Did you deactivate and uninstall the feature before re-installing and
re-activating it?
See
http://technet2.microsoft.com/Office/en-us/library/5fa25274-170a-42e1-a24b-4811f
e4e54821033.mspx
and http://msdn2.microsoft.com/en-us/library/ms442691.aspx .
---
S.Y.M. Wong-A-Ton
> Hi
> Could anyonw help me wih the issue concerned a feature.
[quoted text clipped - 12 lines]
> ItemId={ItemId}&ListId={ListId}" />
> </CustomAction>