ligershark / side-waffle

A collection of Item- and Project Templates for Visual Studio
Other
657 stars 205 forks source link

Can't access _project.vstemplate issue with VS2015 #399

Closed avishnyakov closed 7 years ago

avishnyakov commented 7 years ago

Hello guys, not sure if that's the right place to ask but I'll give it a try.

We use side-waffle to get C# project template done with VS2013. Works well, nothing wrong. However, installed for VS2015, we are having the following issue while creating a new project:

The process cannot access the file 'C:\Users\vagrant\AppData\Local\Microsoft\VisualStudio\14.0\VTC\50c569e3bf67af11c2b9f74a7855ae91\~PC\ProjectTemplates\CSharp\xxx\yyy.zip\_project.vstemplate' because it is being used by another process.

Again, all project templates work well for VS2013 but once added to VS2015 we've got that issue. Saw this issue - "Problem with CreateInPlace tag in project template " related to CreateInPlace flag but it didn't help. ( http://connect.microsoft.com/VisualStudio/feedbackdetail/view/789683/problem-with-createinplace-tag-in-project-template )

<CreateInPlace>false</CreateInPlace>

Not too sure what might be the next step, completely clueless.

avishnyakov commented 7 years ago

Oh, shame. It's us.. our custom IWizard implementation updates over the project. Closing.