54,421 questions with Developer technologies-related tags

Sort by: Updated
1 answer

I’m trying to override a language in an External Identities user flow (Microsoft Entra ID) by customizing all the attribute strings, exporting them, modifying the file, and reuploading it. However, the changes are taking a long time and not able to config

I’m trying to override a language in an External Identities user flow (Microsoft Entra ID) by customizing all the attribute strings, exporting them, modifying the file, and reuploading it. However, the changes are taking a long time and not able to…

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
296 questions
asked Aug 15, 2025, 5:17 PM
Kg 0 Reputation points
commented Sep 23, 2025, 6:04 AM
Brandon Benedict 0 Reputation points
1 answer

Clarification on Office365 SMTP with MFA

Hi, My application uses an Office365 account to send emails via SMTP with username and password using the MailKit library. From October 1, 2025, onwards, MFA will be mandatory for Office365 accounts. Will my existing application continue to work without…

Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,625 questions
asked Sep 23, 2025, 4:24 AM
Anil MR 0 Reputation points
answered Sep 23, 2025, 5:56 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 800 Reputation points Microsoft External Staff
2 answers

Aspire in windows Not connecting to Docker Desktop on Mac M1

I have docker desktop running on Mac M1, and trying to connect to it from Visual Studio in Windows 11 inside Parallels. I am able to browse apps running in Docker from edge in windows with no issues. Aspire app out project is able to run the docker…

Developer technologies | Visual Studio | Debugging
asked Sep 13, 2025, 2:25 AM
Ali AL Hoshaimy 0 Reputation points
commented Sep 23, 2025, 5:26 AM
Susmitha T (INFOSYS LIMITED) 660 Reputation points Microsoft External Staff
1 answer

Is the Offline Installation for Visual Studio 19/22 Broken for Anyone Else?

After the May update (16.11.47) of this year, I haven't been able to update our Visual Studio software. It seems that something has changed in the way Microsoft packages are fetched for offline use within the past couple of months. Interestingly, the…

Developer technologies | Visual Studio | Setup
asked Sep 16, 2025, 4:53 PM
Bulger, Brenden 0 Reputation points
commented Sep 23, 2025, 5:07 AM
Steven Butcher 11 Reputation points
0 answers

can i restore my messages from indow link, its only 2/3 months old

can i restore my messages from indow link its only 2/3 months old how to restore from windows link to my android phone

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
296 questions
asked Sep 23, 2025, 4:00 AM
Owner, Minan Tiwari 0 Reputation points
0 answers

Open External browser in Incognito mode from UWP app

var success = await Windows.System.Launcher.LaunchUriAsync(uri), I can use this to open an external browser in Normal mode. Is there any way to open Edge or any external Browser in Incognito mode from my UWP app?

Developer technologies | Universal Windows Platform (UWP)
asked Apr 9, 2025, 1:12 PM
Kirthick Raj S 0 Reputation points
commented Sep 23, 2025, 3:57 AM
Raymond Huynh (WICLOUD CORPORATION) 1,060 Reputation points Microsoft External Staff
1 answer

.NET MAUI Blazor Hybrid App Publish to Windows

Hi, When I am trying to publish .NET MAUI Blazor HYbrid App to Windows I get the below error, Thepub.xml files are present though Captureerrorfile.PNG Captureerrofile2.PNG

Developer technologies | .NET | .NET MAUI
asked Apr 10, 2025, 10:05 AM
Kalyan A 440 Reputation points
edited the question Sep 23, 2025, 3:52 AM
Harry Vo (WICLOUD CORPORATION) 2,270 Reputation points Microsoft External Staff Moderator
0 answers

UWP Build No Longer Signed After Enabling Xbox – Unity + Partner Center Integration Issue

Hello, I hope you're doing well. I’m reaching out regarding an issue I’ve encountered after integrating Xbox into my UWP game publishing workflow via the Xbox Creators Program. Initially, I successfully built and published my game to the Microsoft Store…

Developer technologies | Universal Windows Platform (UWP)
asked Apr 16, 2025, 6:49 PM
MecanzLuna 0 Reputation points
commented Sep 23, 2025, 3:51 AM
Raymond Huynh (WICLOUD CORPORATION) 1,060 Reputation points Microsoft External Staff
0 answers

Printing a Local Report without Preview

dear all I using visual studio 2022 with MVC NET 8 and C# language and Microsoft reporting service 2016. I want to print an invoice without displaying the report based on its type, for example: cash payment or home delivery. Both invoices have different…

Developer technologies | ASP.NET | ASP.NET Core
asked Apr 30, 2025, 8:42 AM
Mohamed Sediq 0 Reputation points
commented Sep 23, 2025, 3:48 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
0 answers

How to upload an Image using FTP in asp.net c#

I'm using the below code to upload an image via FTP concept and at the line of code using (Stream requestStream = request.GetRequestStream()) { requestStream.Write(fileData, 0, fileData.Length); } I'm…

Developer technologies | ASP.NET | ASP.NET Core
asked May 6, 2025, 10:13 AM
Ashok Kumar 221 Reputation points
commented Sep 23, 2025, 3:48 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
2 answers

Sending SMS from ASP.NET Web Application Using Twilio API

I am attempting to implement a feature that allows a user to send an SMS to a mobile number from a web application using the Twilio API. The application setup consists of two text boxes: DestnationPhone.Text SmsMessage.Text In this feature, a user will…

Developer technologies | ASP.NET | ASP.NET API
asked May 12, 2025, 11:39 AM
Donald Symmons 3,066 Reputation points
commented Sep 23, 2025, 3:47 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
3 answers

How to fix swagger and openApi version issue

Why am I getting "Unable to render this definition. The provided definition does not specify a valid version field. Supported version fields are swagger: 2.0 and openapi: 3.x.y" when running Swagger in my ASP.NET Core project?

Developer technologies | ASP.NET | ASP.NET API
asked Sep 15, 2025, 7:39 AM
prince 0 Reputation points
commented Sep 23, 2025, 3:45 AM
Raymond Huynh (WICLOUD CORPORATION) 1,060 Reputation points Microsoft External Staff
0 answers

How to log "Console.WriteLine" to Azure Web app from MVC (C#)

I have an Azure Web App with C# code deployed using the MVC structure. I need to test a specific function within a Model, but due to environment limitations, this can only be done when the code is deployed to the Web App, not locally. I want to log…

Developer technologies | ASP.NET | ASP.NET Core
asked May 12, 2025, 2:20 PM
Hoeneveld, T.A. (Tim) 50 Reputation points
commented Sep 23, 2025, 3:44 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
0 answers

While launching the WinUI application in unpackaged scenario the application icon is not shown in the TaskBar

Hello, We are working on a WinUI application targeting .NET 8 and .NET 9, and our goal is to launch the app via the .exe directly. To achieve this, we've updated our launchSettings.json and .csproj as follows: In LaunchSettings.json "profiles":…

Developer technologies | Universal Windows Platform (UWP)
asked May 16, 2025, 9:23 AM
Karthick Arjunan 5 Reputation points
edited the question Sep 23, 2025, 3:42 AM
Harry Vo (WICLOUD CORPORATION) 2,270 Reputation points Microsoft External Staff Moderator
0 answers

How to clear most recently used list in C# UWP application. StorageApplicationPermissions.MostRecentlyUsedList clear/remove doesn't work

How to clear most recently used list in C# UWP application StorageApplicationPermissions.MostRecentlyUsedList.Clear() or StorageApplicationPermissions.MostRecentlyUsedList.Remove(token) I can able to add new entries using below code and I can see the…

Developer technologies | Universal Windows Platform (UWP)
asked May 19, 2025, 8:30 PM
Arunachalam, Senthil (External) 20 Reputation points
commented Sep 23, 2025, 3:41 AM
Raymond Huynh (WICLOUD CORPORATION) 1,060 Reputation points Microsoft External Staff
0 answers

RED box around UWP app

everytime I add a new page to my UWP app, it shows a red box around my screen. Not my xmal, how do I fix this?

Developer technologies | Universal Windows Platform (UWP)
asked May 20, 2025, 2:18 AM
Alanah Hilliard 0 Reputation points
commented Sep 23, 2025, 3:39 AM
Raymond Huynh (WICLOUD CORPORATION) 1,060 Reputation points Microsoft External Staff
1 answer

Microsoft Small Basic Triangle issue

So basically, I'm a beginner trying to make a game on Small Basic. It's a space themed game, and there are going to be 2 spaceships, one red and one blue. So far, I'm coding the blue one and I want the controls to be like up arrow for blue to go…

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
296 questions
asked Feb 9, 2025, 12:03 PM
Bobo Clown 0 Reputation points
commented Sep 23, 2025, 3:38 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
0 answers

Activation pending MyRBQM Portal SaaS - Clinical Trial Risk Management Solution

Free trail account of MyRBQM Portal SaaS - Clinical Trial Risk Management Solution still not yet active

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
296 questions
asked Mar 7, 2025, 8:57 AM
Anil Thankachan 0 Reputation points
commented Sep 23, 2025, 3:37 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
2 answers

change redirecttoPage to pass unicode characters in Razor Pages

I'm using a redirecttoPage with razor pages. when the client page renders the / and # is not working and using the unicode it appears /Clients/Update/1%2F%23military in the url instead of /Clients/Update/1#military I'm using redirect below. is there way…

Developer technologies | ASP.NET | ASP.NET Core
asked May 30, 2025, 2:31 PM
Joseph Kashishian 20 Reputation points
edited the question Sep 23, 2025, 3:37 AM
Harry Vo (WICLOUD CORPORATION) 2,270 Reputation points Microsoft External Staff Moderator
0 answers

Can not input activation cod in dev mode

I have recently made a dev account to use the dev mode on Xbox. I have registered and have paid the $19 I have the app download on the Xbox and have sent to the activate Xbox page but it would not load so I can not click the “+” sign to use my activation…

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
296 questions
asked Mar 23, 2025, 3:05 AM
BLAKE STODDARD 0 Reputation points
commented Sep 23, 2025, 3:36 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff