When you try to use the appsettings.json file in one project and set the startup project as another project. You will come across this error. Below is the complete error log.
Connect Bot Framework to DB | INSERT Data to DB using Entity Framework
Before going to Bot framework connection to DB, we will learn how to Insert data to Local SQL Database using Entity Framework. The concept will be the same for Microsoft Bot Framework.
Initiate One to One Microsoft Teams Call using PowerShell
In this post, we will make a 1-to-1 call in Microsoft Teams using PowerShell. This is helpful for any automation where you need to remind the user about something.
How to Download QnA Maker Bot Source Code from Azure Portal?
In this post, we will download the Azure Bot source code from Azure Portal. This is helpful when you have created the bot directly from QnA Maker Portal and now you want to make some changes to the bot source code.
Connect Microsoft Bot Framework with QnA Maker and Azure SQL DB
In this post, we will create a chatbot that connects to both the QnA Maker service and Azure SQL DB. This will be a simple customized bot that can be used for any use case.
[Fixed] Too many characters in character literal
C# compiler was expecting a single character since you have used character literal syntax. But you have given more than 1 character.
[Fixed] The name ‘console’ does not exist in the current context
You get the following error when you try to print anything on the console. Below is the complete error message you get.
How to Copy File using PowerShell?
Use the below command to copy a file using PowerShell. You can also rename the destination file using the below commands.
How to Rename Solution and Project Name in Visual Studio?
In this post, we will change the name of the existing solution and project to a new name. This is helpful when you have cloned some repository code and want to rename it to a suitable name.
E-commerce Bot | Part 6 | Create a Welcome Menu using Adaptive Card
We will create this menu using an Adaptive card. This menu will be in the loop after the finish of the MainDialog. Add the piece in IntroStepAsync in MainDialog.cs file.
You must be logged in to post a comment.