Reward points for PC and X-Box X Console NOT updating
Hi - I play a game on a PC, I play a game on X-Box, I play a Game Pass Game - nothing is updating. This is the 3rd week in a row on a Wednesday (has happened the previous two Wednesdays as well) that this glitch has happened. It's not my pc, not my…
Developer technologies | Windows Forms
Microsoft DLLS in C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\PublicAssemblies
I'm using Microsoft Visual studio 2022 version 17.14.13 I noticed that the directory C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\PublicAssemblies contains dlls such as Microsoft.Bcl.AsyncInterfaces.dll But this directory…
Developer technologies | C#
Unable to Download HLK Filters
In the following Page: https://learn.microsoft.com/en-us/windows-hardware/test/hlk/user/windows-hardware-lab-kit-filters there is a link to Download the Filters. It returns …
Developer technologies | Windows Forms
How do I get the SRWLock mechanism to work.
What I am trying to do is download a file and after each 4096 Bytes print the Download Progress from the ReadSharedData() thread using a global_shared_data, to prevent Data Race conditions I am using the SRWLock mechanism but the program just prints…
Developer technologies | C++
Maui app crashed
hi, Action: I published maui app on net 9 as exe using this command using --self-contained: dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…
Developer technologies | XAML
refedit control button missing
I am looking to add a control which can take a range as input. I found out that refedit control allows to do exactly theat. However the refedit control button used in Excel VBA Forms is missing. I have turned on the Ref edit control from the preferences…
Developer technologies | Visual Basic for Applications
.NET MAUI app crashes on start when testing TestFlight build
I have a .NET MAUI app that works perfectly fine locally in debug and release mode for iOS (iPhone and iPad) and works fine on Android locally and in production on Google Play. I run it from Visual Studio 2022 paired to my MacBook pro 2021 on real and…
Developer technologies | .NET | .NET MAUI
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
Captcha Resolve Using C#
Hello Respected Guys, I need a library or any C# solution to resolve image based captcha. Sample image look like blow I need to resolve this captcha image using c#. Please Suggest me for above problem
Developer technologies | .NET | Other
Developer technologies | C#
MSB4018 / The error was: Illegal characters in path. - Please help me with that annoying error. Cant run a simple container support enabled console app
Hello all , Please help fix that, since yesterday I am having this annoying problem. I have downgraded from enterprise to pro version of Visual studio 2022 then this error came in. Please please please help :) I have tried numerous times repairing ,…
Developer technologies | Visual Studio | Debugging
WebView2 with Custom ContextMenuStrip in VB.net
How can I add my own ContextMenuStrip to WebView2 on vb.net.
Developer technologies | VB
How to integrate a cloud-based ERP with Microsoft Excel for reporting?
I am working on integrating a cloud-based ERP system with Microsoft Excel so that business users can generate financial and operational reports directly inside Excel. The ERP I’m testing Finex Cloud ERP https://www.odoo.com/ https://www.sap.com/…
Developer technologies | .NET | .NET Internet of things
Where can I find entire sample code about Print Support Application(PSA) ?
I am working for writing a PSA application for my printer. I know the guide from here->https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-design-guide But I can not find the entire sample code about that ongithub or…
Developer technologies | Universal Windows Platform (UWP)
Windows for business | Windows Client for IT Pros | Devices and deployment | Other
Windows for business | Windows Server | User experience | Print jobs

How to Share Apple Code Signing Key
Trying to switch to developing an iOS app using Hot Restart from using Mac Xcode. Using the same project, when building I am getting the error message "signing key not found in keychain". I am able to build and deploy to the iPhone using the…
Developer technologies | .NET | .NET MAUI


Workaround for WebAuthenticator crash affecting Android on .NET MAUI
When using WebAuthenticator for .NET MAUI and the browser first launches, the app crashes in the background. When the app is relaunched, the browser can be opened again and the WebAuthenticator process succeeds without a problem. This affects Android and…
Developer technologies | .NET | .NET MAUI
.net web application with internal and external users using Entra External ID
I'm trying to build a single application that will be used by my organization's users as well as customers. I've been exploring Entra External ID as a method for customers to sign in/register, but it looks like I can't use cross tenant synchronization…
Developer technologies | ASP.NET | ASP.NET Core
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Need assistance and git hub code for multifactor authentication in core mvc or mvc project.
Need assistance and git hub code for multifactor authentication in core mvc or mvc project. regrads vinayak
Developer technologies | ASP.NET | ASP.NET Core
cannot get the android binding ?
I want to create android binding of android '.aar' lib of 'zxing-android-embeded.aar' and I put it in the android binding . I can get the dll in debug mode but I can not get the dll in release mode there is two error:Size do not implement…
Developer technologies | .NET | .NET MAUI
Unexpected identifier in using Export & Import in Javascript Modules
Hi there: It seems a trivial issue but I'm stuck and don't know why: I'm using Import/Export in two my JavaScript files. For simplicity sake ...the "mother"js.file has a function export function ShowAlert(val) { alert(val); } There…
Developer technologies | ASP.NET | ASP.NET API
Read HTML table with C#
Hello everyone and thanks for the help in advance. I wrote a screen scrape program that returns a variable number of rows HTML table that I need to extract data from. I'm really not sure the best way to proceed, i.e. regex or some other method. Here…