Create Echo Bot with Botframework SDK fails at initial build

Miraj Haque 0 Reputation points
2023-01-12T20:36:51.17+00:00

Create a bot with the Bot Framework SDK

I'm currently attempting to create the echo bot template, when I try to do the initial compile and it attempts to connect to local host, I receive this error. I've matched the same .NET version and rebooted the virtual machine. Any other potential solutions?
User's image

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
745 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 14,181 Reputation points
    2023-01-21T03:30:16.22+00:00

    Hi, Thanks for using Microsoft Q&A Platform.

    It looks like the issue is with hosting of your ASP.NET Core application or might be with the corrupted or installation issues with NET Core Hosting Bundle (for IIS) or Visual Studio. Here is the trouble shooting documentation related to ASP.NET Core IIS.

    Try re- registering ASP.NET in IIS.

    I hope this helps.

    Regards,

    Vasavi

    0 comments No comments