|
I built a project template that contains some item. One of them is an "App.config" file, that should be copied in the project root folder when the project is unfolded. I defined a recipe to collect information about the project connection string that must be written into the App.config file at the end of the wizzard. To accomplish this task I'm coping many thing from the Teched example.
I checked I declared correctly this file in the project.vstemplate and project.csproj. Every time i run the wizzard, everything works fine, but I always receive this error message:
Unable to copy the file 'App.config' from the project template to the project. Cannot find file "C:\...\Temp\Properties\App.config". |