-1

I am getting this Error when I am trying to setup the configuration on visual studio / Microsoft Bot framework. I was gone through the stages what said in the documentation. Can you help to proceed?

enter image description here

Bryan Oakley
  • 370,779
  • 53
  • 539
  • 685

1 Answers1

1

This happens if the path of the templates dont exist. Make sure that the path Visual Studio has set as the home of the templates is the same path you're placing the templates in.

Tools -> Options -> Projects & Solutions User project templates location

You can see where Visual Studio is looking for templates

Sajeetharan
  • 216,225
  • 63
  • 350
  • 396