How to use Bullx Neo access code "access_1IDYGX6H2F8I"?
The Bullx Neo access code is "access_1IDYGX6H2F8I". Enter this code during registration or in the Access/Promo section of your account to unlock special features and benefits. Using this Bullx Neo access code ensures you get the full advantages…
Developer technologies | Universal Windows Platform (UWP)
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
Silent Printing in .NET MAUI App
In a .NET MAUI app, a PDF document is read into a Stream object for printing. The requirement is to restrict the user from selecting any printer, only allowing a predefined set of printers. Additionally, the user should not be able to modify the print…
Developer technologies | .NET | .NET MAUI
Why don't I see any text on screen?
I don't think I missed any code. LRESULT CALLBACK WindowProc(HWND, UINT, WPARAM, LPARAM); HWND _hWnd = nullptr; HWND _childhWnd = nullptr; HINSTANCE _hInstance = nullptr; int APIENTRY wWinMain( _In_ HINSTANCE hInstance, _In_opt_ HINSTANCE…
Developer technologies | C++
Installation Error: Windows Installer Service Fails When Installing Visual Studio 2022 on Windows 11 24H2
Hello! I can't install Visual Studio 2022 on my Windows 11 24H2 (build number: 26100.4946) computer - whenever I try to install, I get the "Windows Installer Service is not available. Please restart the system and try again." Did that, didn't…
Developer technologies | Visual Studio | Setup
Form layout issue
Hi, Any existing form sample to have the 3 parts below on a form that we can have the different details inside each?
Developer technologies | ASP.NET | Other
how to add waves-effect in wpf?
how to add waves effect when I click ? like in button?
Developer technologies | Windows Presentation Foundation
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
Outlook Ribbon Add-in Manifest Issues
An add-in has been successfully created that works as expected within the Calendar context. However, there is an attempt to create a separate add-in that should always be accessible from the main Ribbon in Outlook, independently of whether the user is in…
Developer technologies | XAML
visual studio 2017 on windows 11 for iot core x86 uwp app development
Hi, I was using visual studio 2017 community on win 10 pro host m/c. I am learning uwp app development on windows 10 iot core x86 image running in virtual box. My development interest is only 32bit Embedded products only. Recently due to the resource…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | Visual Studio | Other
duplicate request method names in .net proxy class + BizTalk
we have XSD published as service in BizTalk, the end point is getting called by .net technology . When .net team try to consume the service using add service reference it creates the service.cs class library which has all the classes and methods for the…
BizTalk Server
Developer technologies | .NET | Other
Visual Studio 2019 offline does not work
I am attempting to update Visual Studio 2019 in an offline environment, using vs_enterprise.exe --layout command like I have for the last 3 years, but starting with 16.11.49, the installer does not complete. When I try running setup.exe in the offline…
Developer technologies | Visual Studio | Setup
Orleans compatibility with Cosmic
We are evaluating Orleans for a production-grade stateful service that needs: Virtual Actor model with per-entity affinity Automatic partitioning & routing Stateful storage bound to actors Single-threaded execution per actor (no locks) with…
Developer technologies | .NET | Other
Visual Studio Bicep Extension Fails to Install with NoApplicableSKUsException
I have: Microsoft Visual Studio Enterprise 2022 (ARM 64-bit) - Current Version 17.14.8 installed and cannot seem to install the Bicep Extension package. I fails with this error log: 8/15/2025 12:16:43 PM - Microsoft VSIX Installer 8/15/2025 12:16:43 PM…
Developer technologies | Visual Studio | Extensions
Microsoft.DataTools.IntegrationServices.exe fails on install for Visual Studio 2019 error 0xe0434352
Attempted to install latest microsoft.datatools.integrationservices.exe on Visual Studio 2019 and it fails with error 0xe04344352. I uninstalled VS 2019 and reinstalled, and the integration services still fails with same error. In reviewing the log…
Developer technologies | Visual Studio | Other

I’m trying to override a language in an External Identities user flow (Microsoft Entra ID) by customizing all the attribute strings, exporting them, modifying the file, and reuploading it. However, the changes are taking a long time and not able to config
I’m trying to override a language in an External Identities user flow (Microsoft Entra ID) by customizing all the attribute strings, exporting them, modifying the file, and reuploading it. However, the changes are taking a long time and not able to…
Developer technologies | Small BASIC
The correct CChildFrame is not activated after the predecessor is closed.
MFC MDI application. Opened several CChildFrame s. (To illustrate better my issue I identified every CChildFrame with an unique id.) Opened, lets say, 5 CChildFrame. 1, 2, 3, 4, 5. List the order of the CChildFrame by menu: About: List…
Developer technologies | C++
A Blazor app I've been working on, no longer can access our Azure Key Vault
I've been working on rewriting an app for a while. I have successfully debugged the app, and it's read from our Azure Key Vault, many times before. Now, without making any changes, it no longer can access it. I'm getting a, "No connection could be…
Developer technologies | ASP.NET | ASP.NET Core
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
how to change color in triggers in wpf?
<Style.Triggers> <Trigger Property="IsMouseOver" Value="True"> <Setter Property ="Background" Value="#ffffff/> </Trigger> </Style.Triggers> the color is still the original when the mouse…