user6574488
user6574488

Reputation:

Visual Studio 2015 project fails adding to source control

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

I have a simple wcf-project with my special web.config. To use classes from another project i referenced it.

Those two projects are in the same solution and inherited in source control.

when i create the template and try to add a new project to the same solution, choose my custom template, the solution gets checked out but the files doens't get added to source control.

The source control says, that the binding is invalid. I dont know why.

Does anyone have any suggestions?

Thanks in advance!

Upvotes: 0

Views: 580

Answers (2)

user6574488
user6574488

Reputation:

The project template gets added to project tree, but there no "+" sign in front of the file icons. and the solution file is checked out but no changes are made.

Upvotes: 0

Sri
Sri

Reputation: 1

Visual studio 2015 - Solution Explorer, Click Show all files,Check new file show in project tree. Right click on file select add to Project. New file need to add .sln (Project solution file) to show in project.

Upvotes: 0

Related Questions