How do I recover from .net maui error NU1105 ... The property PackageVersion was expected to have a single value across all target frameworks, but instead...
This happened after I upgraded Microsoft.Maui.Controls from 9.0.70 to 9.0.81 using the NuGet Package Manager. Full error message: NU1105 Unable to read project information for '<MyProject>': The property PackageVersion was expected to have a single…
Developer technologies | .NET | .NET MAUI
How to fix problem with Chrome and visual studio..navegater not loading
The navigator isn't displaying using various browsers, including chrome. Microsoft Edge does display it. We thought it might be a security issue so added our url to secure sites. Also deleted extensions and cleared cashe and cookies. Any other…
Developer technologies | Visual Studio | Other
Microsoft Emulator - how to use it
I cannot instal Sage software on my laptop due to the fact that the laptop has ARM based CPU. My question is if the Microsoft Emulator could help to resolve the issue. If I download it on my laptop will I be able to download Sage software which requires…
Developer technologies | Small BASIC
Visual Studio Developer Community website returns 500 error
Trying to view a specific item or just any items by browsing produces a 500 error in some fashion. Clearly this is not useful or the intended behaviour, and the queried feedback items should be shown. The service status says 'Healthy' at…
Developer technologies | Visual Studio | Other

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++
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++
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
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
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++
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#
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
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

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,…