Question about the internal workings of the AddRange() function in tables with collations different from the EF Core standard
We use EF Core in our .NET API and have a database with ID fields configured with the "Latin1_General_CS_AS" collation. I recently encountered a problem where, when trying to perform an operation using the AddRange() function (on a table with…
Developer technologies | .NET | Entity Framework Core
Bug -Move SharpCompress from 0.42.0 to 0.44.5 failed
Hi, I'm using Console App in .NET 10 reference to class library :netstandard2.1 as follow: <Project Sdk="Microsoft.NET.Sdk"> **<PropertyGroup>** **<TargetFramework>netstandard2.1</TargetFramework>** Before: After:…
Developer technologies | C#
Pre-launch task for debugging system service
Hello, last days I had to remotely debug early start of system service with Visual Studio 2022. It seems that only ways how to do it are: running target in console mode - sometimes unusable, or putting Sleep() into service_main and manually attaching…
Developer technologies | Visual Studio | Debugging
Visual Studio 2022 cannot import Apple .p12 certificate (password prompt then nothing happens)
Hi, I’m building iOS apps with Visual Studio 2022 (Xamarin/MAUI). I’m trying to use a manually created Apple developer certificate (exported as a .p12 from macOS Keychain) and share it with the team. Problem: In Visual Studio → Apple Accounts → View…
Developer technologies | Visual Studio | Other
SQL Server 2022 install on Windows 10 fails with error that .NET is not installed, but it is installed and up to date
I have installed SQL Server 2022 Developer edition successfully on a Windows 10 and 11 virtual machine. The issue is that I cannot install it on a physical machine. During the install, I get the following fatal error. I have tried to install the latest…
Developer technologies | .NET | Other
SQL Server | Other
Output configuration in Visual Studio
How do I configure Visual Studio output to divert .exe files to a temporary local folder instead of OneDrive?
Developer technologies | Visual Studio | Setup
Getting a Microsoft.AspNetCore.App.runtimeconfig.json file is empty error
I'm trying to debug a Blazor app we've been working on. Now, suddenly I am getting this error: Failed to parse file [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\9.0.12\Microsoft.AspNetCore.App.runtimeconfig.json]. JSON parsing exception:…
Developer technologies | ASP.NET | ASP.NET Core
Platform Theme not changing when switching UserAppTheme
Hello, I wanted to dynamically switch the theme in my app (https://learn.microsoft.com/en-us/dotnet/maui/user-interface/system-theme-changes?view=net-maui-10.0#set-the-current-user-theme), but realized that the platform-specific UI still has the theme…
Developer technologies | .NET | .NET MAUI
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
I wanted to download the SAPI4 SDK suite for a hobby project of mine.
I require the SAPI4 sdk suite for my project (its a speech-to-speech, text-to-speech and speech-to-text meme voice generator, primarily tts, as SAPI4 voices are pretty funny when tuned and adjusted correctly), i got one link that is giving me a 404 error…
Developer technologies | C++
What is the compatibility for Team Exlporer 2026 and Azure DevOps Server?
I am wondering what compatibility team explorer 2026 has with Azure Devops Server. It is not listed on this url: https://learn.microsoft.com/en-us/azure/devops/server/compatibility?view=azure-devops
Developer technologies | Visual Studio | Other
Visual Studio Professional 2026 update faile with a PowerPack2022 message
Visual insider want to update my Visual Studio Professional 2026 but i get an "sorry something went wrong" popup that says "The dependant package 'Components.ProductivityPowerpack 20222022........long string of digits ,Version17.0. And…
Developer technologies | Visual Studio | Setup
Failed to acquire token
I am getting this error while consuming any azure service from the visual studio MsalClaimsChallengeException: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance. Trace ID:…
Developer technologies | Visual Studio | Setup
How do I get .NET to run properly?
When I try to open the .NET application file, it will open for a split second before instantly closing again. Is this normal or am I doing something wrong?
Developer technologies | .NET | .NET Runtime
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
Issue to Web API
Hi, How to deploy Web API on the server and ensure it is able to process any concrete request from the client app?
Developer technologies | C#
documented feature by Microsoft
for RunOnce, is the ! prefix a documented feature by Microsoft
Developer technologies | C++
React web app is not working properly in Visual Studio 2026
The React web app is not working properly in Visual Studio 2026. I am facing many issues in it, like when I create a React app in Visual Studio 2026, the React app does not run and also gives an error. Also, the vite.config.ts file in the "React…
Developer technologies | Visual Studio | Other
Microsoft VS Code Application Issues
Over the past 2–3 weeks, multiple users at this site have experienced issues with Microsoft VS Code. Users report that the application unexpectedly shuts down while they are working. The troubleshooting steps performed so far include: Ending the VS Code…
Developer technologies | Visual Studio | Testing
Disable title bars in MacOs
I have this method static void MaximizeWindows() { if(Application.Current?.Windows is not { Count: > 0 } windows) return; if(windows[0].Handler?.PlatformView is not { } platformWindow) return; var hwnd =…