c# - Visual Studio 2015 project fails adding to source control -


i'm trying use functionality of visual studio 2015 create project template.

i have simple wcf-project special web.config. use classes project referenced it.

those 2 projects in same solution , inherited in source control.

when create template , try add new project same solution, choose custom template, solution gets checked out files doens't added source control.

the source control says, binding invalid. dont know why.

does have suggestions?

thanks in advance!

visual studio 2015 - solution explorer, click show files,check new file show in project tree. right click on file select add project. new file need add .sln (project solution file) show in project.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -