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#
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

Personal Email
I am not receiving any emails to my personal account since I added my Gmail account to my Authenticator the message saying it’s not responding
Developer technologies | Visual Basic for Applications
Visual Studio 2013 installer is failing when it tries to reach Microsoft’s online services for license verification.
Visual Studio 2013 installer is failing when it tries to reach Microsoft’s online services for license verification. Server has Internet connection access to the correct ports ( Port 80)
Developer technologies | Visual Studio | Setup
WebAuthn redirection in MstscLib
hi All! in WPF/.net4.8.1 application we are using MstscLib.dll + WindowsFormsHost to work with rdp connection inside our window. for now we are wounder if WebAuthn redirection inside the rdp session will work correctly and if so what settings should be…
Developer technologies | .NET | Other
how to create a customized form with more that 40 fields connected to microsoft lists
Hello, I need your guidance on how to create a customized form in PowerApps with 40 fields connected to Microsoft Lists. Regards
Developer technologies | Windows Forms
Change the app icon based on the light/dark mode
In a .NET 9 MAUI application, I would like to change the app icon based on light or dark mode, based on the system. The icon of the application is an SVG image with a transparent background. Is there any example of documentation how to implement it?
Developer technologies | C#

VBA with MS Access Reports
Pourquoi un formulaire d'une page A4 s'imprime étalé sur 10 pages ?
Developer technologies | Visual Basic for Applications
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
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…