Hi,
I am creating a project template. I need to take the namespace from the user and apply it to the project in the wizard.
If I set the namespace to Project.Properties.Item("Defaultnamespace").value in the method projectfinishedgenerating
then, the name space is being replaced in the project properties but it is not being replaced in the class files generated from the template.
Could you please provide a solution on how to apply the user provided namespace to the class files?
Thanks