Invalid template storage path. Make sure it exists or can be created: Unexpected path [path]

I get this on my working machine (Win7 64bit), and this happens every time I open VS2010, and this is what I have done so far: 1. Set the folder properties (projects, project templates and element templates) from the parameters import and export. 2. Define projects, project templates, and element template templates from options / projects and solutions. 3. found and manually set the registry value indicating the above properties.

so every time I close VS 2010 nothing is saved and I get the above error again and I find all the values ​​that I set back to where they were.

+5
source share
1 answer

I started getting this error after installing TFS Power Tools, and it seemed to be related to this, not VS2010.

I fixed it by going into Tools->Options, expanding Team Foundation Server Power Tools, clicking Work Item Templateand setting the default template repository path to the path of my choice.

As soon as I saved the message, I left and I was able to start my IDE without any problems.

+10
source

All Articles