microsoft / botframework-solutions

Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
https://aka.ms/bfsolutionsdocs
MIT License
1.05k stars 530 forks source link

VA + Skill Template Bots do not start up when hosted Out-Of-Process #3828

Closed msomanathan closed 3 years ago

msomanathan commented 3 years ago

What project is affected?

VA + Skill templates.

What language is this in?

C#

What happens?

To enable DL-ASE channel to talk to a bot, one of the requirements is for the bot to be hosted out-of-process. More info about that is here: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-3.1&preserve-view=true#out-of-process-hosting-model.

However, if this setting is enabled on bots created by the VA + Skill templates, the bot fails to start up.

What are the steps to reproduce this issue?

What were you expecting to happen?

Any screenshots or additional context?

@lauren-mills identified that the root cause for this issue is a .NET version mismatch between the VA bot and the Microsoft.Bot.Solutions package. That package needs to be updated to fix this issue.

lauren-mills commented 3 years ago

New versions of the templates VSIX and the microsoft.bot.solutions package have been released to resolve this issue. Please test and let us know how it works for you.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days