karna
karna

Reputation: 21

Microsoft bot application template is not visible in Visual studio 2017. How to add bot application template?

Microsoft bot application template is not visible in Visual studio 2017. How to add bot application template in Visual studio. Is this possible to add template with Visual studio installer or i need to add with Add-ons.

Upvotes: 2

Views: 1742

Answers (2)

rcarubbi
rcarubbi

Reputation: 123

If you are looking for BotFramework V3 Project Template it is no longer available on visual studio marketplace.

However, you can download from my github repo instead:

It comes with a custom state storage. It's Entity Framework based.

Download Link: https://github.com/rcarubbi/EchoBotV3LocalDBTemplate/releases/download/1.0/Bot.Builder.Echo.Bot.V3.with.LocalDB.State.zip

Source Code: https://github.com/rcarubbi/EchoBotV3LocalDBTemplate

Upvotes: 1

Ed Boykin
Ed Boykin

Reputation: 831

karna, you can get a VSIX installer from here

Upvotes: 2

Related Questions