how do i change the globe icon i created the website
how do i change that to my wanted picture
Developer technologies | Visual Studio | Other
How do I change the solution file for .NET 10?
I've recently upgraded a .NET 9 application to .NET 10. I've set the projects to .NET 10 and the NuGet packages to use .NET 10. But the solution file still has a ".sln" extension. Is the only thing I have to do is rename that file extension to…
Developer technologies | ASP.NET | ASP.NET Core
.NET SDK not installed
Screenshot 2026-02-11 220349.png I am developing an Avalonia application in VS Code and everything has worked just fine until last week, when I started getting this pop up. I have uninstalled, reinstalled, updated, repaired, and restarted numerous times…
Developer technologies | C#
HttpRequest - POST request, response in C# with httprepl
Hello, I just want to send something and get the answer. What is not clear to me, I need to install Swagger? What do I want? I want to send something JSON object and return the response. Very much in a file. Response from server - JSON content…
Developer technologies | C#
Problem with 2019 Visual Studio
From: Washington Peralta User of Visual Studio 2019 To: Microsoft Customer Service Subject: Asking for help because I am having a problem using Visual Studio 2019 1.) I compile…
Developer technologies | Visual Studio | Debugging
Startup, C++, want C#
Have Visual Studio 2022, originally set the startup environment to execute C++ code. Want to change the environment to C# code so that I can use the "using System" header. Currently requires the C++ header information. How do I do without…
Developer technologies | Visual Studio | Setup
Issue to GetLatestMSVCVersion
Hi, Can you help to this?
Developer technologies | ASP.NET | ASP.NET Core
WPF: CS0102 duplicate definitions - Both HomeView.g.cs and .g.i.cs being compiled
Dear Community Members, I am Shreyans Yadav, currently working on a WPF project. During a coding session, I encountered an unforeseen error that I have experienced for the first time. (Details below about the error) I consulted multiple AI assistants,…
Developer technologies | Windows Presentation Foundation
Impedimento de criação da pasta "Visual Studio 18" na pasta Documentos.
Olá! Como posso impedir a criação da pasta "Visual Studio 18" na pasta Documentos sempre que eu abro a instância do Visual Studio? Caso eu não possa impedir, é possível mudar o diretório de onde essa pasta deve ser criada? Atenciosamente,…
Developer technologies | Visual Studio | Other
how can i disable text editor purple indicator at vs2026
As you can see, the location is not correct, so it is difficult to code. Is there any way to disable or fix that feature?
Developer technologies | Visual Studio | Setup
Unbound columns lost cell values on sorting in datagrid in WPF
Hi All, I have a WPF datagrid on the screen which has three unbound columns. These columns are calculated or updated from database based on values in other columns. The issue is that whenever user click on column header to sort the column these unbound…
Developer technologies | Windows Presentation Foundation
Executing Complex Stored Procedure with Entity Framework
Hello everyone and thanks for the help in advance. I want to execute a complex stored procedure using Entity Framework. The sproc accepts two parameters and returns either 0 or 1 depending on whether it was successful. I tried: var res =…
Developer technologies | C#
Can not login to Github Copilot in VisualStudio running with administrator rights
I have a Github Copilot, and I would like to login into Github account to be able to use it with my Visual Studio 2022. I can do it when VisualStudio started with usual user. But when it started with administrator rights (I need it to be run with admin…
Developer technologies | Visual Studio | Extensions
how do I fix this watchdog error
trying to debug on iOS with a Mac machine, I get this error in my logs. I saw a thread that said that this was typical for maui versions that are beyond the scope 0f 8.0 and 9.0.120 so I adjusted to the latter, I can debug on the eimulator but only with…
Developer technologies | .NET | .NET MAUI
How to implement iOS Local Push Connectivity for Xamarin / MAUI ?
I wanna use Local Push Connectivity on a Xamarin.iOS / MAUI app to send notifcation throught wifi network. I dont use apn's because my app will be used in restricted networks. I have no problem on the Android side but the iOS give me hard times. I…
Developer technologies | .NET | .NET MAUI
MVC140.DLL Error after Windows OS Updates
Background: After software patching including Windows OS Updates we have several AE software such as CAD, C3D, Adobe InDesign and Chaos Enscape that fail to launch with a MVC140.dll error. Workaround: We started by remoting into end users machines…
Developer technologies | C++
Self made website does not work on other devices.
Hi there, I have created a small website in Visual Studio Code, and all resources referenced in it (2 images, a font file, a .css file and a .js file) are not accessible while being used on other devices. To keep it simple, I referenced them just by…
Developer technologies | Visual Studio | Other
Moving from xUnit v2 to v3
Hi, According to <link removed> Does after moving from xUnit v2 to v3 successfully, do I need to assign (SignAssembly) the new exe(xunit v3) and the clients the referenced (project referenced) to it ? again or it is not connected ? Thanks,
Developer technologies | C#
Now I'm getting a CS1503 error
I've got a Blazor application and a Minimal API application, both written in .NET 9. The Blazor application had been successfully saving data to a table named timetrack. However, changes in the code by colleagues and myself, now make what used to work,…
Developer technologies | ASP.NET | ASP.NET Core
Error When Upgrading a Blazor App to .Net 10
Hello, When upgrading my app(s) to .net 10 from .net 8, I encountered an error that looks like this: This exception is seemingly thrown from blazor.webassembly.js. In the browser DevTools tab console, we can see the following errors: The apps are both…