After a user closed the application. If the user have not had a reboot. Next time when this user try to open the application will have an error : The * applicat
After a user closed the application. If the user have not had a reboot. Next time when this user try to open the application will have an error : The * applicat
Update By looking at the processes under Task Manager, I was able to locate the installer for Service Fabric Runtime (the first of the two components that are a
When I run my MAUI Blazor project without any packages installed, it runs fine. The trouble starts when I try to download EF Core packages (specifically base, t
In a console app, I could put Console.ReadKey() in an infinite loop, and I have what I wanted. But how can I do that in a GUI app? Let's say I'm using the new M
I m trying to take a screenshot of a section on the page and compare it with another image already saved using playwright and .NET. I managed to take the screen
I have created razor pages web application with multiple language support, it is reading the first part of URL and tries to show the content with the correspond
I have this piece of code: public void StartTimer(string roomName) { var roomTimer = GetRoomTimer(roomName); var room = GetRoom(roomName);
I am getting the following error. I tried to add references but I was unable to find a System.Web.Http in it. Please advice how to resolve this issue? The proj
I'm using SignalR. I want to send updating request by websocket for each elements in foreach to update timer. But i'm getting error.Maybe connection can not get
Is it okay to do the identity without using ASP.NET Core Identity? I ask because registration for me is teaking data from user, hash password and put data with
Here is the code of server side i.e of NotificationHub where i intend to add some logic by which i get realtime update from database based on client send value
I am trying to migrate a project from .NET Core 3.1 to .NET 6. I have followed the official migration guide from Microsoft. During build in startup.Configure I
Opened an old project from years ago. Build fails because Visual Studio (2019) does not recognize an assembly that is clearly there - specifically, Autofac. You
I'm trying to send files to .net api, but api response me {"mensaje":"startIndex cannot be larger than length of string. (Parameter 'startIndex')"} void _ha
I'm trying to remove the dependency on Bouncy Castle for a PowerShell module, whilst keeping it cross platform. Currently I have the following code: function In
'm new here so please bear with me. Happy to clarify if any questions/clarification. In all my processes I have LogHandler method via WebRequest which basically
I am trying to run a simple ASP.NET application in a Docker Container. Unfortunately, this application is a .NET Framework (not .NET Core), and because of that,
We are attempting to integrate System.Text.Json into our REST API and rest clients, previously using Newtonsoft. We are using nswag CSharpClientGenerator.Genera
I cannot get NLog.Targets.ElasticSearch to connect to a local ElasticSearch instance using an APIKey. My nlog.config has the following: <target xsi:type=