Sorry, super novice question here - I am unable to get my the basic Echo Bot running with Visual Studio 2022. All I get is this message in the console.
Build started...
1>------ Build started: Project: EchoBot1, Configuration: Debug Any CPU ------
1>Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.
1>EchoBot1 -> D:\Projects\EchoBot1\EchoBot1\bin\Debug\net6.0\EchoBot1.dll
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Based on the reference documentation and tutorial video, I am supposed to be sent to the default HTML at http://localhost:3978/ and be able to use Bot Framework Emulator. Installed .NET SDK 6.0 and ASP.NET Core Hosting Bundle as required. I tried the same example on a different laptop and it worked perfectly. Am I missing something?
Reference:
- Bot Framework documentation
- Tutorial videos like this.