copilot : unknown hard error
copilot : unknown hard error
Developer technologies | .NET | Blazor
Help fixing template logging code
In the line return $log, "testVoid4"; I'm getting this compile error: 'void' function returning a value I don't understand why when $log, is called with just a single argument void_wrapper is returning anything else than void. How I could make…
Developer technologies | C++
color connverter
I have a converter public class SelectedAvatarMultiValueConverter : IMultiValueConverter { public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) { if(values.Length == 2 && …
Developer technologies | .NET | .NET MAUI
Azure DevOps publish fails for MAUI.NET iOS
This is part of my Azure Pipeline: - task: Bash@3 displayName: Install MAUI inputs: targetType: 'inline' script: | dotnet workload update dotnet workload install…
Developer technologies | .NET | .NET MAUI

Emails with Undeliverable Subject don't get saved on a text File
Hi, I would like to ask if this is intended or a bug. I'm currently working on a program wherein all of the bounced emails (specifically undelivered emails) will be caught and then fetch the email addresses of the recipient of the undelivered emails…
Developer technologies | C#
context deadline while posting notification through API https://dm3p.notify.windows.com?token=xxx
got many timeout when using wns for push since about 28.11 9:00(utc+8) api: https://dm3p.notify.windows.com?token=xxx I have been using this function for a year without any problems. This timeout problem has occurred since around 9:00(utc+8) this…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | ASP.NET API
I want to learn free course of UX/UI design, unable to get the link
I saw a video suggesting to learn ux/ui from Microsoft learn, it is 4 4-hour courses. I am unable to locate it
Developer technologies | Visual Basic for Applications
Coupon acception
Hi Sir, Good Day. This is to let you know that I have applied for a coupon for exam last year from my office. But due to some difficulties couldn't attend the exam. And as that coupon is not used i couldn't apply for new coupon. I spoke with a…
Developer technologies | Universal Windows Platform (UWP)
how to capture and transform to h264 in .net android?
I am using .net android and I want to capture and transform to h264. I searched that I should start mediaProjection and use a foreground service but i still can not do it. please tell me.
Developer technologies | .NET | .NET MAUI
your system is getting an error exporting cert
I am trying to export an app certificate and your system keeps giving an error
Developer technologies | .NET | .NET MAUI
MICROSOFT DOWNLOADER
USEDERROR The extension 'name' already exists in the Marketplace.
Developer technologies | Visual Basic for Applications
Best way to publish WPF Application
Hey everyone, I'm working on a WPF desktop application (targeting .NET Framework) that uses a local MySQL database to store user data. I'm ready to distribute it to clients, but I’m not planning to host it on a web server. My only method of sharing will…
Developer technologies | Windows Presentation Foundation
Request for Support: iOS Native Development Continuity with .NET 9 (MAUI)
Dear Microsoft Team, We are reaching out to seek your guidance and support regarding a critical blocker we are facing in our iOS development workflow with .NET MAUI. Current Challenge Our mobile application is being developed using .NET MAUI and…
Developer technologies | .NET | Xamarin
why I can not request permission of manage_external_storage?
i am using .net android and if I requestPermission of manage_external_storage it will call OnRequestPermissionsResult with grantResults =- 1 why?
Developer technologies | .NET | .NET MAUI
UWP app flickering on ARM PC
Hi everyone. I have an UWP application and I'm running on a ARM PC. When I open a customized content dialog the screen starts blinking. Unfortunately, I cannot show the application nor the code, but do you guys know some cases that an ARM PC blinks…
Developer technologies | Universal Windows Platform (UWP)
Updating Layout When Navigating to Fragment
When navigating to a Fragment using the SupportFragmentManager in .NET for Android using code similar to the following: this.SupportFragmentManager.BeginTransaction().DisallowAddToBackStack().Replace(Resource.Id.fcvMain, new…
Developer technologies | C#
VS sends 'textDocument/didClose' to LSP server when file is not closed
I have a Language Server (LSP) implemented. For the first file opened (of the specified content type, which causes the Language Server to be loaded) I am getting textDocuement/didOpen message followed by textDocument/didClose message. But the file is…
Developer technologies | Visual Studio | Extensions
Sandbox Access Blocked Despite Completing Power BI Learn Module
Hello Microsoft team, I've joined the Microsoft 365 Developer Program and completed relevant Learn modules, including "Get started with Power BI," earning badges and XP. My profile preferences are updated with technologies such as Microsoft…
Developer technologies | Visual Studio | Other
How will I get minecoins from Microsoft rewards? Im from India and i can't find the option for minecoins.
I play Minecraft, so I opened Microsoft rewards for 330 minecoins gift card.. As I am from India , I can't find the option for the minecoins , as well as Xbox gift cards. Is there any other ways where I can get free minecoins? When will this feature come…
Developer technologies | F#
Windows Shutdown
I have a small app written in .NET 9, VB. The app does use an xml data file. When shutting down the computer, this app prevents windows from shutting down to allow user to save work. This is despite the fact that NO data saving is required at the time…