E_ACCESSDENIED error when IStream::Seek on Stream created using CreateStreamOnHGlobal on Windows 11 24H2 client
Hello all, After days of debugging, I found I am getting E_ACCESSDENIED error on the server side (Windows Server 2022) when I try to seek to the beginning of a stream: `ULARGE_INTEGER lPos;` LARGE_INTEGER lZero; lZero.QuadPart = 0; auto hrTemp =…
Developer technologies | C++

Windows Forms App Designer
Hey all: I am working on a .NET Windows forms app, and I want the app to be a set size of screen.width/2, screen.height/2, but I am having trouble designing the form, when I design the layout and then run the App, the UI looks different. Research…
Developer technologies | Windows Forms
How to Debug Remote MAUI App Launch
I have a .NET 9 MAUI app being deployed to a remote Xcode iOS iPhone 16 Plus. All components have the latest release software. The deployment is successful, and the application is launched and the splash screen displayed on the phone. However, the first…
Developer technologies | Visual Studio | Debugging


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

MICROSOFT DOWNLOADER
USEDERROR The extension 'name' already exists in the Marketplace.
Developer technologies | Visual Basic for Applications
Has anyone successfully targeted Android API Level 35 in a .NET MAUI app?
I recently got a critical warning from Google Play Console: "2 of your apps are targeting an old version of Android. Google Play requires all apps to meet target API level requirements before August 31, 2025." I'm currently targeting:…
Developer technologies | .NET | .NET MAUI
Best way to publish WPF Application
Hey everyone, I'm working on a WPF desktop application (targeting .NET Framework) that uses a local MySQL database to store user data. I'm ready to distribute it to clients, but I’m not planning to host it on a web server. My only method of sharing will…
Developer technologies | Windows Presentation Foundation
Nuget restore task failed
I am seeing following error in the restore task: (command is restore ) C:\azp\agent\_work\1\s\source\R2T2CoreTests\R2T2CoreTests.csproj : error NU1101: Unable to find package Microsoft.VisualStudio.Web.CodeGeneration.Design. No packages exist with this…
Developer technologies | .NET | Entity Framework Core
Code problem
Hi, It is the issue to have 2 "strong" below is it owing to the last 2nd line below. How to correct it?
Developer technologies | ASP.NET | Other
Kudu/SCM Failure on Azure Functions Flex Consumption - Deployment Blocked (404)
Update [Date - e.g., 2025-04-27]: We have since successfully migrated the application to the Classic Consumption plan, where Kudu/SCM is accessible and deployment works as expected (after resolving separate build/runtime issues detailed elsewhere).…
Developer technologies | .NET | .NET Runtime
Open app from another app
Hi experts Working on 2 separate WinForms apps (.NET Framework 4.8 with VB) and going to msix bundle them to store. Once they both are installed how can I run one of them from within the other one? They are not associated with any file type, just need to…
Developer technologies | Windows Forms
What is the differences between Object class and Lock class in mutual exclusion in C#?
Hello, When should I use the Lock class and when should I use the Object class? What is the differences between Object class and Lock class in mutual exclusion in C#? using System.Globalization; namespace ConsoleApp3 { internal class Program { …
Developer technologies | C#
how to use notation in .net android?
how to play music notation in .net android? I have searched c++ lib to play notation but there is no android how to play it?
Developer technologies | .NET | .NET MAUI
Best practice for canceling an MVC Order
I have a store that will not require logging in. A customer can order as a guest, and fill in their shipping details, etc. (Payment is Paypal. ) If a customer cancels Paypal and disconnects, I would remove their data, but exactly how would I know they…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
how to replace a .NET Framework dll with .NET Core dll in a legacy app
Hello, Could someone please provide the steps involved in replacing a .NET Framework dll with a .NET Core dll in a target framework 4.6.2 app? I am getting many conflicts. I am also using Visual Studio Community 2022. William Johnston
Developer technologies | ASP.NET | ASP.NET Core
purpose of the services in building asp.net mvc app
builder.Services.AddScoped<IMyScopedService, MyScopedService>();
Developer technologies | ASP.NET | ASP.NET Core
How to load Langauge Server (LSP) when loading the extension package
I have a requirement of loading the Language Server (LSP) explcitly without opening any file (of the Language Server's content type). But currently the Langauge Server gets loaded only when a file of this content type is opened. Is there a way to load…
Developer technologies | Visual Studio | Extensions
Snowflake MFA Key - Pair authentication for Powerbi
Problem: Snowflake enforces Multi-Factor Authentication (MFA) on all users, in line with our security policies. Power BI does not support key pair authentication, which Snowflake offers for M2M scenarios Power BI's supported auth methods to…
Developer technologies | Universal Windows Platform (UWP)
SendKeys Is Not Working In Windows 10
I am creating a program in Visual Studio with C#. I want to send some keystrokes to another application running on my same laptop. I will post the code I am using below. Nothing happens when I click the button. I have proved with break points that it…
Developer technologies | Windows Forms
How do i fix disk check not finishing, I get stuck on 100 of stage 2, then it goes into repair and then boots into advanced settings
I installed a new psu, and removed the sata cable from my hard drive and motherboard, after putting it back in, it keeps trying to check the disc, but gets stuck on stage 2, 100% before it boots windows repair and then goes into the blue screen advanced…