When you are trying to use any Azure services, you might come across this error. You have given the API permissions to an application and now you want to call these services.
[Fixed] AADSTS90002: Tenant ‘token’ not found
When you are trying to get an Azure Access Token and you come across this error. Below is the complete error stack you might get. Even the solution is present in the error stack.
[Fixed] The configuration file ‘appsettings.json’ was not found and is not optional
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.
[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.
[Fixed] Could not connect to Desktop Flows running on your machine
This is the error message shown when connecting the Power Automate cloud to the Power Automate Desktop (PAD) using the Gateway while creating a new connection.
[Fixed] No UiPath Studio project was found
This error usually comes when you try to clone a remote repository. The probable reason is that your remote repository is not in the structure of the UiPath project or we can say the project.json is not present in the root folder.
[Fixed] Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0-release-764
When you create an empty activity Android project using Kotlin in Android Studio, you might get this error at the beginning during the build.
[Fixed] Unable to find package Microsoft.SharePoint2016.CSOM UiPath
When you try to install UiPathTeam.SharePoint.Activities package in UiPath Studio, you might come across an error. This usually occurs when dependencies are not present in the package folder of UiPath. Initial Error - The following package(s) can not be installed: UiPathTeam.SharePoint.Activities 1.5.2.
[Fixed] Before the data import for finished, its data source timed out
Error Message: Before the data import for finished, its data source timed out. Double-check whether that data source can process import queries, and if it can, try again.
You must be logged in to post a comment.