54,421 questions with Developer technologies-related tags

Sort by: Updated
0 answers

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
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
0 answers

how to connect gateway to PostgreSQL database

I’m trying to connect the Power BI gateway to a PostgreSQL database hosted on my local server. My goal is to schedule data refreshes through the gateway. However, I keep encountering the same error repeatedly, as shown in the attached image.

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 Jun 5, 2025, 10:47 AM
Anand Sharma 0 Reputation points
commented Sep 23, 2025, 3:35 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
0 answers

[Test] Ask your question in the language of the Q&A site

Include all the details of your issue in the Question Details block. Include what you are attempting to accomplish, steps that have already been taken, error messages, unique aspects of your scenario or configuration, and any other pertinent information.…

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 Jun 23, 2025, 2:09 PM
tpetchel 0 Reputation points Microsoft Employee Admin
commented Sep 23, 2025, 3:34 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
0 answers

Where is my certificate

I completed my course devops...where is my certificate

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 Jun 26, 2025, 7:40 AM
I Muskaan 0 Reputation points
commented Sep 23, 2025, 3:33 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff