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#
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 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++
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…
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
[Graph api] Getting messages from Teams chat group that created by others got InsufficientPrivileges error
I'm a developer and I met a problem while integrating graph api for getting messages from Teams chat group. I'm getting InsufficientPrivileges error while getting messages from chat group created by others even I'm a member of that group.…
Developer technologies | C#
I previously scheduled my GitHub Copilot certification exam, which was originally set for August 14. I'm looking to book a second attempt. Could you please let me know when I’m eligible to reschedule the exam and how to proceed?
I previously scheduled my GitHub Copilot certification exam, which was originally set for August 14. I'm looking to book a second attempt. Could you please let me know when I’m eligible to reschedule the exam and how to proceed?
Developer technologies | Visual Studio | Extensions
Line having the issue
Hi, Further to the error like Exception/StackTrace - Could not find a part of the path 'c:\xxy\newfile'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess…
Developer technologies | C#
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…