In Visual Studio 2022 setup (pro), which optional component fills the AppXPackage folder
Like many other users, I am running into the error messages about VS2022 not finding "...\MSBuild\Microsoft\VisualStudio\v17.0\AppxPackage\Microsoft.Build.Packaging.Pri.Tasks.dll" (This happens during interactive build in the VS IDE, not some…
Developer technologies | Visual Studio | Setup
How to access to microphone by webview
I use .net maui for devolope my application fo android . I use webview for access to my website and use them.when i need to use microphone of mobile in android while get permission of microphone and set all config related this but when try to use…
Developer technologies | .NET | .NET MAUI
Soft Keyboard Overlaps Input in Android WebView but Not in Chrome (DotNet MAUI App)
I am using webview in .net 8 MAUI But Soft Keyboard Overlaps Input in Android WebView but Not in Chrome. How to fix this overlap?
Developer technologies | .NET | .NET MAUI
APIM Developer Portal - unpublishing a product
I am redesigning our Developer Portal and we have some products that no longer should be publicly facing on our portal. If I unpublish those products, what is the impact? Does it simply remove the product from our Developer Portal so no one can see it?…
Developer technologies | Universal Windows Platform (UWP)
how to produce the return type of API?
I am using .net API and I added swagger and return dynamic object. but in swagger there is nothing. I added the [ProduceResponseType<>(200)] but what is the dynamic type so that I can check what I returned in swagger
Developer technologies | ASP.NET | ASP.NET API
Excel VBA compiles with no problem, but generates a type mismatch error when run.
Hello, I have an Excel VBA macro that is supposed to create, from a print area in a worksheet a PDF file, then save AND email it as an attachment when clicking on a button in the worksheet. No errors upon compiling and a PDF is created and saved;…
Developer technologies | Visual Basic for Applications
Cant install visual Studio - Fresh Install Win 10
Installing Visual Studio on a fresh windows 10 Install. I got an error .Net framework was not installed. Memory serves me right, it use to auto install .Net as a part of the Visual Studio process. Anyway, I have .Net installed I have restarted, turned…
Developer technologies | Visual Studio | Setup
Get TextBoxes in ListBox rows to expand in height
I need TextBoxes with TextWrapping="Wrap" in ListBox rows to expand in height based on data. I cannot get the ListBox rows to be more than one line of text. The following XAML shows what I am doing. <ListBox…
Developer technologies | XAML


Unexpected API Response Error Need Clarification
System.InvalidOperationException: Operation failed with error code <error_code_> 18883190814 at MyApp.Controllers.PaymentController.ProcessRequest() in /src/Controllers/PaymentController.cs:line 18883190814 at MyApp.Program.Main(String[]…
Developer technologies | C#
Multi threaded file search app using events and critical sections not working as expected
Hi everyone, I built this multi threaded file search using Events and Critical sections, also I have a single thread (Folderthread) to locate all the folders recursively, and Multiple threads (FileThread) to look for files in each of the folders…
Developer technologies | C++
Cannot install Visual Studio Professional 2022
Hello! I am trying to reinstall Visual Studio Professional 2022 after having some problems with it, but unfortunately running the installer does not work. I have fully uninstalled the previous version. There appears to be a single version of the .NET…
Developer technologies | Visual Studio | Setup
Graphics Draw on Bitmap/PictureBox - highdpiaware app
Hi experts, Using Bass.dll and Basscd.dll to play audio Cds and show a simple equalizer-type visualizer on PictureBox Size(572, 93) The code works great on dpi unaware app, when I set the app to highdpiaware, the visualizer bars will not fit the…
Developer technologies | Windows Forms
Optimizing MVC Links for SEO
Hello everyone and thanks for the help in advance. I need to SEO optimize links for a website I am developing using MVC and need to know the best way to proceed. I'm not SEO expert, however, from what I understand, using querystrings in a link is not…
Developer technologies | ASP.NET | ASP.NET Core
Structuring a .NET Core 9 Blazor + API Architecture for Microservices Readiness and Best Practices
Hello, I am working on a wiki-style encyclopedic resource application designed to centralize and organize documentation related to the universe of my fantasy novel. This project is personal and primarily has a pedagogical purpose (training myself on…
Developer technologies | .NET | Blazor

Help Needed .exe file crashing while executing
I created an .exe application. It was running properly until I opened Google in the app, started Google Meet, and shared my screen. Suddenly, it crashed. Now, when I try to restart it, it crashes automatically. I don’t know what’s going on. When I…
Developer technologies | C++
.net Maui android app icon
ive been having issues trying to set a simple png for an app icon for my maui project for the android version of it. i followed the steps listed in the maui learn article. but the icon never shows up for the android build of the app. i have seen other…
Developer technologies | .NET | .NET MAUI
How to make a google form as Payment Receipt Register linking excel sheet having customer , salesman list to auto select the information,
// ====================== Payment Collection Register Script ====================== // This script automates: // 1. Receipt Date auto-fill (today's date, admin-only editable) // 2. Auto update of "Total in Words" in footer (Row 105, Column…
Developer technologies | VB
SMTP.Send Consent Flow with Daemon Service – Handling Token Refresh
We are building a feature where users provide consent for the SMTP.Send scope by signing in once through our frontend portal (Angular 19 with MSAL integration). During login, consent for SMTP.Send is granted. The resulting tokens are securely passed…
Developer technologies | C#
Convert VB.Net Project to C#
I have just installed Visual Studio 2022 Community Edition. I was planning to convert an old VB.Net project to C#. I started by updating it to .NET Framework 4.8 and made sure it compiled and worked. When I tried to convert it to C# the option wasn't…
Developer technologies | C#
Access to MS Dev
I have, in effect, 2 Dev accounts both of them attached to the company I work for. One is bound to my UK identity and the other is attached to my global identity. I have recently discovered that I should have been using my global identity since the…