54,253 questions with Developer technologies-related tags

Sort by: Updated
0 answers

No puedo crear una nueva suscripción de desarrollador de Microsoft 365

Mi nombre es Cristhian y estoy teniendo dificultades para crear una nueva suscripción de desarrollador en el programa de Microsoft 365. Utilicé anteriormente mi cuenta personal (correo: [tu correo aquí]) para crear una suscripción con el dominio…

Developer technologies | Visual Studio | Extensions
asked Aug 25, 2025, 8:50 PM
CRISTHIAN VIERA 0 Reputation points
0 answers

Cant install visual Studio - Fresh Install Win 10

Installing Visual Studio on a fresh windows 10 Install. I got an error .Net framework was not installed. Memory serves me right, it use to auto install .Net as a part of the Visual Studio process. Anyway, I have .Net installed I have restarted, turned…

Developer technologies | Visual Studio | Setup
asked Aug 25, 2025, 4:56 PM
Micah Holmes 126 Reputation points
2 answers

Send Email with attachment in WPF

Hi All, I have a WPF application in which I have to send email with attachment. I have designed a new window to send email in application which will be displayed when user click on "send email" button on any screen. This window will be…

Developer technologies | Windows Presentation Foundation
asked Aug 23, 2025, 2:18 AM
Pratham Jain 281 Reputation points
edited the question Aug 25, 2025, 4:30 PM
Rob Caplan - MSFT 6,127 Reputation points Microsoft Employee Moderator
1 answer

Visual Studio Leaves Numerous Files After Each Application Run

Every time I make a debug or release run of the applications I am working on, Visual Studio generates five files that do not get cleaned up. Assume my application (which uses the x64 platform) is named ABC, these files are located…

Developer technologies | Windows Presentation Foundation
asked Aug 25, 2025, 2:39 PM
RogerSchlueter-7899 1,466 Reputation points
edited the question Aug 25, 2025, 4:24 PM
Rob Caplan - MSFT 6,127 Reputation points Microsoft Employee Moderator
1 answer

How to Enable Fullscreen for Console Applications in Windows 10 and Windows 11

It has been observed that Windows 10 and Windows 11 have different behaviors regarding fullscreen for console applications. Currently, a console application does not enter fullscreen mode as it did on Windows 10 with the code i used. CodeBlock: class…

Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
Developer technologies | C#
asked Jan 13, 2025, 8:46 AM
Mr.Postal 40 Reputation points
commented Aug 25, 2025, 3:55 PM
Mr.Postal 40 Reputation points
2 answers

Visual Studio Bicep Extension Fails to Install with NoApplicableSKUsException

I have: Microsoft Visual Studio Enterprise 2022 (ARM 64-bit) - Current Version 17.14.8 installed and cannot seem to install the Bicep Extension package. I fails with this error log: 8/15/2025 12:16:43 PM - Microsoft VSIX Installer 8/15/2025 12:16:43 PM…

Developer technologies | Visual Studio | Extensions
asked Aug 15, 2025, 6:33 PM
Brian Dickinson 0 Reputation points Microsoft Employee
answered Aug 25, 2025, 3:36 PM
Brian Dickinson 0 Reputation points Microsoft Employee
1 answer

Is there api doc in asp.net?

Is there api doc in asp.net? not swagger but like swagger

Developer technologies | ASP.NET | ASP.NET Core
asked Aug 25, 2025, 2:58 PM
mc 5,736 Reputation points
answered Aug 25, 2025, 3:27 PM
Bruce (SqlWork.com) 79,281 Reputation points Volunteer Moderator
1 answer

cannot get the android binding ?

I want to create android binding of android '.aar' lib of 'zxing-android-embeded.aar' and I put it in the android binding . I can get the dll in debug mode but I can not get the dll in release mode there is two error:Size do not implement…

Developer technologies | .NET | .NET MAUI
asked Aug 23, 2025, 4:53 AM
mc 5,736 Reputation points
commented Aug 25, 2025, 3:21 PM
mc 5,736 Reputation points
5 answers

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
asked Aug 19, 2025, 4:04 PM
Thomas 0 Reputation points
answered Aug 25, 2025, 3:09 PM
Varsha Dundigalla(INFOSYS LIMITED) 1,110 Reputation points Microsoft External Staff
0 answers

WebView2 with Custom ContextMenuStrip in VB.net

How can I add my own ContextMenuStrip to WebView2 on vb.net.

Developer technologies | VB
asked Aug 25, 2025, 3:02 PM
Apostolos Doudakmanis 121 Reputation points
edited the question Aug 25, 2025, 3:04 PM
Apostolos Doudakmanis 121 Reputation points
3 answers

Effective Way to Detect Whether an Android Device is Rooted Using MAUI

I’m currently working on a MAUI-based application and need an effective way to detect whether an Android device is rooted. I’ve tried a couple of approaches, but none seem to work reliably. Here’s what I’ve attempted so far: 1. Simple Approach Using su…

Developer technologies | .NET | .NET MAUI
asked Jan 28, 2025, 12:10 PM
Manjunath Vadigeri 20 Reputation points
answered Aug 25, 2025, 1:13 PM
Linhnguyen Hanoi 0 Reputation points
3 answers One of the answers was accepted by the question author.

Android Emulator is not able to load URL

Hi Team, I’m currently using the Android Emulator within Visual Studio 2022 and facing consistent issues accessing the application's APIs. The emulator is unable to reach the endpoints, and when I attempt to load the URLs through the mobile browser…

Developer technologies | .NET | .NET MAUI
asked Aug 5, 2025, 12:49 PM
Swapnil Desale 20 Reputation points
commented Aug 25, 2025, 12:50 PM
Swapnil Desale 20 Reputation points
2 answers

Can I load CLR (.Net 4.72) and the CorCLR(.Net 8) in the same native process?

Given a native process in windows, can it load both the CLR and the coreCLR ? More Details on the scanrio: Given: 1- A native process ConsoleApp1.exe. 2- Managed C++ /CLR dll (.Net 4.72) , myLib1.dll 3- A COM object which is implemented in .Net 8.0 ,…

Developer technologies | .NET | Entity Framework Core
asked Aug 18, 2025, 2:40 PM
Yamin Hijazi 0 Reputation points
commented Aug 25, 2025, 12:41 PM
Gade Harika (INFOSYS LIMITED) 415 Reputation points Microsoft External Staff
1 answer

Change the app icon based on the light/dark mode

In a .NET 9 MAUI application, I would like to change the app icon based on light or dark mode, based on the system. The icon of the application is an SVG image with a transparent background. Is there any example of documentation how to implement it?

Developer technologies | C#
asked Aug 20, 2025, 6:15 AM
Enrico Rossini 231 Reputation points
commented Aug 25, 2025, 12:37 PM
Gade Harika (INFOSYS LIMITED) 415 Reputation points Microsoft External Staff
1 answer

Bash.exe not working

Running Windows 11. When I run bash.exe I get a command-prompt-like window, which disappears after a couple of seconds??

Developer technologies | .NET | .NET CLI
asked Aug 21, 2025, 1:40 PM
Matt May 0 Reputation points
commented Aug 25, 2025, 12:36 PM
Gade Harika (INFOSYS LIMITED) 415 Reputation points Microsoft External Staff
1 answer

Access to MS Dev

I have, in effect, 2 Dev accounts both of them attached to the company I work for. One is bound to my UK identity and the other is attached to my global identity. I have recently discovered that I should have been using my global identity since the…

Developer technologies | Visual Studio | Setup
asked Aug 19, 2025, 7:50 AM
Geraint Fullard 0 Reputation points
commented Aug 25, 2025, 12:33 PM
Gade Harika (INFOSYS LIMITED) 415 Reputation points Microsoft External Staff
1 answer

How to fix Azure recomendation "Windows servers should be configured to use secure communication protocols"

Hi I want to fix recomendation "Windows servers should be configured to use secure communication protocols" on Azure but the provided link in Defender for Cloud could not help me. This the link ->…

Developer technologies | .NET | Other
asked Aug 19, 2025, 3:33 PM
Mohammadmahdi Golmohammadi 5 Reputation points
commented Aug 25, 2025, 12:04 PM
Susmitha T (INFOSYS LIMITED) 495 Reputation points Microsoft External Staff
1 answer

ttempting to move all Microsoft.Web resources in rg_MTA to a new resource group (rg-c1-mta-test-centralus). However, the move fails

Issue details We are attempting to move all Microsoft.Web resources in rg_MTA to a new resource group (rg-c1-mta-test-centralus). However, the move fails with the following error message: arduino Copy Edit "This resource is located in resource group…

Developer technologies | C#
asked Jul 9, 2025, 5:15 AM
Coleman, Jonathan 0 Reputation points
commented Aug 25, 2025, 11:41 AM
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 250 Reputation points Microsoft External Staff
2 answers

How to combine data from two tables using LINQ query

I want to merge between two tables.I want - when going to view the data between two dates first show me the balance before these two dates then show the data. A new column will also display balance information. I have given an image for easy…

Developer technologies | ASP.NET | ASP.NET Core
asked Jan 28, 2025, 3:01 PM
jewel 1,231 Reputation points
commented Aug 25, 2025, 11:09 AM
Raymond Huynh (WICLOUD CORPORATION) 710 Reputation points Microsoft External Staff
1 answer

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
asked Aug 25, 2025, 4:27 AM
Sruthi Vishnubhatla 0 Reputation points
commented Aug 25, 2025, 11:05 AM
Raymond Huynh (WICLOUD CORPORATION) 710 Reputation points Microsoft External Staff