Hello,
I'm doing a customization of the "add new module recipe" which
must set a fixed Location for the module project to be created (the .cs file). I
have tried to do that by editing the vstemplate tags as follows:
<TemplateData>
...
<EnableEditOfLocationField>false</EnableEditOfLocationField>
<LocationField>Disabled</LocationField>
<EnableLocationBrowseButton>false</EnableLocationBrowseButton>
<LocationFieldMRUPrefix>?</LocationFieldMRUPrefix>
</TemplateData>
I dont know why it does not work. I think the reason is associated
with the LocationFieldMRUPrefix tag, like the
value thatshould be set ... A relativeora full path seem not be the correct
information expected by the tag.
Does anybody have any clue about this
issue? Is there another way to accomplish such requirement?
Thanks in
advance,
Luiz.