if two tasks get completed at the same time the what happens in WhenAny
hi, IEnumerable<Task<int>> downloadTasksQuery = from url in s_urlList select ProcessUrlAsync(url, s_client); List<Task<int>> downloadTasks = downloadTasksQuery.ToList(); Task<int> finishedTask = await…
Developer technologies | ASP.NET | ASP.NET Core

Google Translate Not working on MVC Page
Hello everyone and thanks for the help in advance. I am trying to implement Google translate on a few Asp.Net 9 MVC pages, but am having difficulties getting it to render correctly. On the page, https://kidsmedicalcare.com/home/translate, the widget…
Developer technologies | ASP.NET | ASP.NET Core
There is this gray box on my screen
Gray box on my screen and I can not get it off Ive restarted mulitple times
Developer technologies | Windows Presentation Foundation
.NET MAUI doesn't fullfill entire screen on iOS 18, but is fine on Windows/Android/IOS 16
Hello .NET MAUI doesn't fill entire screen on iOS 18 (see picture of real mobile behaviour) you can recognize MAUI rectange area (background color of Webkit webview controll is full filled on the screen, but all XAMLs like AbsoluteLayout StackLayouts...…
Developer technologies | .NET | .NET MAUI
Excel Macro
Since the file is a .xlsm (macro-enabled workbook), corrupted macros or external connections might be contributing to the issue. Go to: Developer → Visual Basic to inspect the macros. Data → Queries & Connections to check for broken external…
Developer technologies | Visual Basic for Applications
file.CopyTo is not working with special characters like # and %
file.CopyTo is throwing error when copying file to share point folder using dot net 4.7.2. Folder name contains special characters. I'm getting error as File not exist. I'm getting below while copying files to share point folder using dot net 4.7.2.…
Developer technologies | C#
How to break thai word in OpenXML SDK
How to break thai word in OpenXML SDK look live office 365 and Office 2021 Form OpenXML SDK Form Ctrl+Shift+V or Manual type in MS Office 365
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
TransferDatabase help
I have a MS Database that when I close the database, I want to export the main data table to a back-up database. Here is my VBA script - destfilename = "PGA Matrix 6-2022 - REP VERSION.mdb" destfileloc =…
Microsoft 365 and Office | Access | Development

Developer technologies | Visual Basic for Applications
GPU process exited unexpectedly: exit_code=34 ONLY MAUI Windows WebView2
Hello IT gurus I have a MAUI application (more platform versions) with web browser's handlers (Microsoft.Web.WebView2, Webkit.WebView, WKWebView...) all versions run OK. But sometimes (quite ofter on my computer) ONLY on Windows platform (WebView2) I…
Developer technologies | .NET | .NET MAUI
aspire app giving 431 error
I am getting a 431 error in aspire, but it is working for other my team members. for the newly created aspire app, I am getting the same error. I cleaned the solution cleaned the cookies and all but still nothing worked.
Developer technologies | .NET | Blazor
I’m looking for a VFP9 template for a simple Data management system for a small hotel
I’m looking for a template for a simple Data management system for a small hotel, I'm open to DB suggestions. Thanks
Developer technologies | C#
How to write a Visual Studio extension that injects environment variables into a .NET 4.8 application on debug launch
I want to write a Visual Studio 2022 extension, that injects environment variables into a debugged application when launching the debugger. The debugged project is a .NET 4.8 application, so I cannot set additional environment variables via debug…
Developer technologies | Visual Studio | Extensions
Playing Audio Using Keystrokes: Is It Possible?
I'm not sure if these are the right tags for this request, but I'm wondering, how would I make an app that plays audio files using the keys on the number pad? Specifically, I want to make an app that triggers "Rotary Pulse 1" by pressing 1 on…
Developer technologies | Small BASIC
How do I detect a drawing error using the MFC Direct2D classes
I am developing a desktip application using the MFC Direct2D wrapper classes (most beginning with CD2D). For the most part it is working, but occasionally drawing fails. How do I detect what error codes may have been returned from the EndDraw method?
Developer technologies | Visual Studio | Debugging
How to apply CSRF defense for an Axios requests on a ASP .NET CORE application
I am working on applying CSRF defense on my application, I have applied the defense on Ajax requests but when it comes to Axios it doesn't seem to be working as expected. previously i was working on CSRF Defense for Ajax requests globally on my…
Developer technologies | ASP.NET | ASP.NET Core
Option not supported for Encrypt and TrustServerCertificate
We can connect to MySQL in Workbench using SSL. When we update the code to use that connection in a secure way which passes a Fortify scan, we can't retrieve any data from it. If we remove both the Encrypt and TrustServerCertificate parts, we can get…
Developer technologies | ASP.NET | Other
Javascript issue
Hi, Any Javascript example to show the similar button (like the following), when the mouse is on the top of the text?
Developer technologies | ASP.NET | Other
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
KB5063878 and Microsoft.Ink exception
After 8 years without any issues, we just got many reports that an exception is now triggered when our tool starts, related to .NET's Code Access Security. Is there a way to avoid this without resuscitating and modifying this old…