.Net, ASP.NET, ASP.NET Core, Visual Studio [Solved] User canceled out of save dialog (Exception from HRESULT: 0x8004000C (OLE_E_PROMPTSAVECANCELLED)) Here is the simple way to solve this issue "User canceled out of save dialog". Close the Visual Studio and open as Administrator. April 2, 2022Visual Studio
ASP.NET Core, C#, Visual Studio [Solved] Package restore failed. Rolling back package changes in visual studio 2019 After I cleared the cache, I was able to download the NuGet package API into my asp.net core project. October 16, 2021 2
.Net, ASP.NET, ASP.NET Core, C#, Entity Framework, SQL Server, Visual Studio How to create Insert (Post), Read(Get), Patch(Update) and Delete ASP.NET Core API using Entity framework core and SQL Server as a database? Procedure to create repository pattern ASP.net core web API get, post, patch, delete operations using Entity framework core and SQL server as database. October 4, 2021Entity Framework Core, LINQ, WEB API
.Net, ASP.NET, ASP.NET Core, C#, Visual Studio [Solved] Failed to launch debug adapter and Additional information may be available in the output window solution for this issue was very simple & most of the issues which will occur during debugging the application or running the application in VS September 10, 2021 3Visual Studio
.Net, ASP.NET, ASP.NET Core, C#, Visual Studio [Solved] Failed to launch debug adapter The program ” has exited with code -1 (0xffffffff) – Visual Studio Failed and Crashed Issue while running the Visual Studio 2019 with the project created in ASP.NET Core in C# language. The solution of this problem given here. July 4, 2021 1