Blazor WebAssembly (.NET 8) - AuthenticationService.init JSInterop Error and Debugger Protocol Issues
I'm working on a Blazor WebAssembly solution targeting .NET 8, with both client and server projects. The client uses MSAL authentication (Microsoft.AspNetCore.Components.WebAssembly.Authentication and Microsoft.Authentication.WebAssembly.Msal). I'm…
Developer technologies | .NET | Blazor
Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP
We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…
Developer technologies | C++
Request to Increase RAM Allocation in Xbox Series S/X Developer Mode
Hello Microsoft Team, In Developer Mode on Xbox Series S and X, the amount of RAM available to applications is currently around 5 GB on Series S and about 8 GB on Series X. This limit creates performance constraints for independent developers working…
Developer technologies | Universal Windows Platform (UWP)
When we will update on the next version of MVC5.3.0 if there is no updates on the version please provide documentation for that.
Hi please provide the relavent info regarding the ASP.NET MVC 5.3.0 is there any updated on version if not please provide the documentation. Regards vinayak
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | ASP.NET | Other
Vehicle Tracking System
Dear Community Members, I’m working on a **Vehicle Tracking System** project using **ASP.NET Core Web API (version 8)** for the backend and **Angular** for the frontend. I have no idea how the actual tracking devices work or how to integrate them,…
Developer technologies | ASP.NET | ASP.NET Core
asp.net core web api using smtp with Oauth2 for gmail as well as outlook
Hi, I am using ASP.NET Core Web API 8. I need to create a sample program for sending emails using Gmail SMTP with OAuth2 (web application flow), as well as Outlook (web application flow). Can you provide any sample code, documentation, and screenshots?
Developer technologies | ASP.NET | ASP.NET Core
How to run an 32bit SDK inside a 64bit program?
Hi, I'm attempting to use a 32-bit SDK within a 64-bit WPF application. What options are available to resolve this issue? Error: "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"
Developer technologies | C#
Toolkit DrawingView is giving AndroidRuntime] java.lang.RuntimeException: Canvas: trying to draw too large(216039040bytes) bitmap.
Toolkit DrawingView is giving AndroidRuntime] java.lang.RuntimeException: Canvas: trying to draw too large(216039040bytes) bitmap when I draw a single horizontal line after reading from Memory stream await using var stream = await…
Developer technologies | .NET | .NET MAUI
Connect to WiFi access point without password in Android 10
Hello, tell me how to programmatically connect to an WiFI access point without a password in Android 10? I tried several ways with stackoverflow not working. P.S. Xamarin Forms 5
Developer technologies | .NET | Xamarin
hello, sql server report not load after add content security policy header in my Asp.net mvc project
Hello, I am adding below line in my asp.net web project in Web.config file. 'SSRS dll not register in project' error show in report viewer After adding this line Content-Security-Policy: default-src 'self'; style-src 'self'; script-src 'self'…
Developer technologies | ASP.NET | Other
Excel VBA: Can my VBA code determine whether Solver is running?
Is there a way to test whether Solver is running? I have a section of VBA code that must be skipped if Solver is running. I'm using MS Office LTSC Professional Plus 2024 (Windows).
Developer technologies | VB
Can we directly set the bitrate in a WAV file?
I’m working with WAV audio files and would like to know if it's possible to directly set a specific bitrate (e.g., 128 kbps or 256 kbps) for a WAV file. From what I understand, WAV files are typically uncompressed (PCM), and their bitrate is derived from…
Developer technologies | C++
OpenTelemetry with App Insights Profiler
Hello, We migrated our project to OpenTelemetery from application Insight. Of course, AppInsight is our Exporter now. However, I don't want to lose the "Service Profiler". So I installed ONLY…
Developer technologies | ASP.NET | ASP.NET API

How can I download Visual Studio 2017 or 2019
I am trying to run the plug-in OpenFrameworks and cannot access it with the extension plugin in Visual studio 2022. Am I missing something or is there a way to download an older version of Visual Studio that can access the OpenFramworks plug in.
Developer technologies | Visual Studio | Setup
DLL file not found when invoking function from Excel/VBA
I'm running Windows 11 with 64-bit MS/Office 2021. I have a very large (>25KSLOC) Excel/VBA application with a helper DLL written in C and compiled by Visual Studio 2022. The last time I used the app was May 4, 2025, and it worked perfectly. Today,…
Developer technologies | Visual Basic for Applications
Support Custom HTTP Client (Proxy) in MSAL Android for P2P Bootstrap Connectivity
I'm developing an Android app that uses the Wi‑Fi Bootstrap API to establish a persistent peer-to-peer (P2P) connection to a specific device. This connection is essential to the app's functionality, but the API explicitly does not provide internet…
Developer technologies | ASP.NET | Other
SSDT 2017 - TargetServerVersion issue with SQL Server 2019
Hi All, I have a computer on which I installed SSDT 2017 (standalone installer) 2-3 years ago. Offical MS site claims that Supported SQL Versions for SSDT 2017 are "SQL Server 2012 - SQL Server 2019". I can develop, deploy and run SSIS…
Developer technologies | Visual Studio | Extensions
What does the error message mean: DataTable internal index is corrupted: '5' ?
What does the error message mean: DataTable internal index is corrupted: '5' ?
Developer technologies | C#
How do you add a ELF symbol file using symstore.exe ?
According to the dotnet-sos and dotnet-symbols we see that modern symstore fetches support downloading ELF symbols files (ex: libcoreclr.so). The microsoft github repository for theses tools also show that support for elf file was added. This suggests…
Developer technologies | C++
Visual studio unit test, how to set the PATH?
Hello, I would like to create a folder structure like this: Solution directory Solution file .sln Project 1 source files of project 1 Test project Source files of tests WorkFolder File used for testing My problem is defining the…