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
Post a Comment