54,142 questions with Developer technologies-related tags

Sort by: Updated
0 answers

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#
asked Jul 16, 2025, 4:29 AM
Emmanuel Legaspi 0 Reputation points
1 answer

Conectar o Windows ao meu dispositivo Mac

Olá, Após atualizar para a versão mais recente do Visual Studio, estou encontrando um erro e não consigo conectar o Windows ao meu dispositivo Mac. O MSBuild não conseguiu se conectar ao Mac com Endereço='xx.xxx.xx.xxx' e Usuário='xx.xxx'. Esta conexão é…

Developer technologies | .NET | .NET MAUI
asked Jul 10, 2025, 12:56 PM
Sara Isabelle Galvão de Lima 0 Reputation points
commented Jul 16, 2025, 4:18 AM
Tony Dinh (WICLOUD CORPORATION) 470 Reputation points Microsoft External Staff
0 answers

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
asked Nov 28, 2024, 8:36 AM
景轩 王 35 Reputation points
commented Jul 16, 2025, 4:13 AM
Harry Vo (WICLOUD CORPORATION) 325 Reputation points Microsoft External Staff
1 answer

How to call Azure Cost Management API with a ClientType set

I am attempting to use the Azure cost management Go SDK and need to call the Cost Management API many times. The rate limit for API calls is higher when a ClientType is specified, so I was wondering how to go about including the ClientType in the Usage…

Developer technologies | Visual Studio | Testing
asked Jul 14, 2025, 6:14 PM
Amber Nguyen 0 Reputation points
answered Jul 16, 2025, 3:54 AM
Gade Harika (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
0 answers

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
asked Jul 16, 2025, 3:50 AM
AMOL KUMAR 0 Reputation points
0 answers

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)
asked Jul 15, 2025, 7:05 AM
Arya Patra 0 Reputation points
edited a comment Jul 16, 2025, 3:20 AM
Harry Vo (WICLOUD CORPORATION) 325 Reputation points Microsoft External Staff
1 answer

Snowflake MFA Key - Pair authentication for Powerbi

Problem: Snowflake enforces Multi-Factor Authentication (MFA) on all users, in line with our security policies. Power BI does not support key pair authentication, which Snowflake offers for M2M scenarios Power BI's supported auth methods to…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 11, 2025, 7:13 AM
Hariharan R 0 Reputation points
edited a comment Jul 16, 2025, 3:04 AM
Harry Vo (WICLOUD CORPORATION) 325 Reputation points Microsoft External Staff
4 answers

if Task.Run runs a task in async then why and when i should write async in Task.Run(async () => {})

q1) does Task.Run creast async task? (it is writen it runs on  an other thread.) q2) if it does create async task then why and when we need Task.Run(async ()={}). pls explan with examples.

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 12, 2025, 12:36 PM
rajesh yadav 231 Reputation points
edited an answer Jul 16, 2025, 3:03 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
1 answer

MAUI: Xamarin forms to MAUI migration clarification

I am migrating a Xamarin Forms project (Project B) to MAUI. The existing Xamarin Forms solution has 7 projects like below: Project A Project B Project B.Android Project B.iOS Project C Project C.Android Project C.iOS Current Project…

Developer technologies | .NET | .NET MAUI
asked Jul 15, 2025, 7:00 AM
Sreenivasan, Sreejith 0 Reputation points
answered Jul 16, 2025, 2:54 AM
Starry Night 0 Reputation points
1 answer

Code problem

Hi, It is the issue to have 2 "strong" below is it owing to the last 2nd line below. How to correct it?

Developer technologies | ASP.NET | Other
asked Jul 15, 2025, 9:56 AM
Peter_1985 2,736 Reputation points
commented Jul 16, 2025, 2:22 AM
Peter_1985 2,736 Reputation points
1 answer One of the answers was accepted by the question author.

The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'.

I get this error in Visual Studio Version 17.14.8 when I want to start debugging my iOS project on my iPad: The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'. Please install it or try setting a…

Developer technologies | .NET | .NET MAUI
asked Jul 11, 2025, 9:32 AM
Kim Strasser 1,346 Reputation points
edited a comment Jul 16, 2025, 2:22 AM
Leonard Harris 6 Reputation points
0 answers

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
asked Jul 2, 2025, 8:41 AM
mc 5,571 Reputation points
commented Jul 16, 2025, 2:04 AM
Starry Night 0 Reputation points
0 answers

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
asked Jun 24, 2025, 4:58 PM
Paul Jaramillo 0 Reputation points
commented Jul 16, 2025, 1:09 AM
Starry Night 0 Reputation points
1 answer

E_ACCESSDENIED error when IStream::Seek on Stream created using CreateStreamOnHGlobal on Windows 11 24H2 client

Hello all, After days of debugging, I found I am getting E_ACCESSDENIED error on the server side (Windows Server 2022) when I try to seek to the beginning of a stream: `ULARGE_INTEGER lPos;` LARGE_INTEGER lZero; lZero.QuadPart = 0; auto hrTemp =…

Developer technologies | C++
asked Jul 2, 2025, 5:35 AM
Robert Bui 0 Reputation points
commented Jul 16, 2025, 12:33 AM
RLWA32 49,666 Reputation points
3 answers One of the answers was accepted by the question author.

What is the differences between Object class and Lock class in mutual exclusion in C#?

Hello, When should I use the Lock class and when should I use the Object class? What is the differences between Object class and Lock class in mutual exclusion in C#? using System.Globalization; namespace ConsoleApp3 { internal class Program { …

Developer technologies | C#
asked Jun 1, 2025, 2:20 PM
Shervan360 1,681 Reputation points
answered Jul 15, 2025, 11:23 PM
Wizzy Berry 0 Reputation points
1 answer

Windows Forms App Designer

Hey all: I am working on a .NET Windows forms app, and I want the app to be a set size of screen.width/2, screen.height/2, but I am having trouble designing the form, when I design the layout and then run the App, the UI looks different. Research…

Developer technologies | Windows Forms
asked Jul 15, 2025, 5:58 PM
JohnIFZ 0 Reputation points
answered Jul 15, 2025, 10:04 PM
Bruce (SqlWork.com) 78,316 Reputation points Volunteer Moderator
8 answers

How to Debug Remote MAUI App Launch

I have a .NET 9 MAUI app being deployed to a remote Xcode iOS iPhone 16 Plus. All components have the latest release software. The deployment is successful, and the application is launched and the splash screen displayed on the phone. However, the first…

Developer technologies | Visual Studio | Debugging
asked Jul 1, 2025, 10:53 AM
Marc George 191 Reputation points
commented Jul 15, 2025, 8:40 PM
Marc George 191 Reputation points
1 answer

OpenTelemetry with App Insights Profiler

Hello, We migrated our project to OpenTelemetery from application Insight. Of course, AppInsight is our Exporter now. However, I don't want to lose the "Service Profiler". So I installed ONLY…

Developer technologies | ASP.NET | ASP.NET API
asked Apr 7, 2025, 11:40 AM
Ruslan Nigmatullin 0 Reputation points
commented Jul 15, 2025, 8:12 PM
Alex McCool 0 Reputation points
0 answers

MICROSOFT DOWNLOADER

USEDERROR The extension 'name' already exists in the Marketplace.

Developer technologies | Visual Basic for Applications
asked Jul 15, 2025, 8:12 PM
ABHI JITH 0 Reputation points
1 answer

Has anyone successfully targeted Android API Level 35 in a .NET MAUI app?

I recently got a critical warning from Google Play Console: "2 of your apps are targeting an old version of Android. Google Play requires all apps to meet target API level requirements before August 31, 2025." I'm currently targeting:…

Developer technologies | .NET | .NET MAUI
asked Jul 7, 2025, 11:11 AM
Aayush Rawat 0 Reputation points
commented Jul 15, 2025, 5:12 PM
Fung Kam 0 Reputation points