.NET MAUI - Camera View - Images Portrait
Hello, I'm using CameraView from CommunityToolkit.Maui.Camera, and I take photos that I display in another view. When I take the image with the iPad in portrait mode, the photo I took displays fine. I even save it to disk and display it later in another…
Developer technologies | .NET | .NET MAUI
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
Unable to register background task with the appx manifest ( Print Support App )
I'm working on PSA (Print Support App) development with the following environment: Windows 10 22H2 and Windows 11 SDK 10.0.26100.0. In the appx manifest, I attempted to register a background task using the following code snippet:
Developer technologies | Universal Windows Platform (UWP)
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
how to compile resources under one catigory
i am wanting to relocate certain topics - filenames along with related topics and compile the data to see a more streamlined approach to the leveraged data
Developer technologies | Universal Windows Platform (UWP)
Line having the issue
Hi, Further to the error like Exception/StackTrace - Could not find a part of the path 'c:\xxy\newfile'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess…
Developer technologies | C#
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
Visual C ++
Microsoft Visual C++ Runtime Library – Assertion Failure I have been receiving an Assertion Failure message from Windows (expression: vulcan_) and I’m not sure how to fix it or how critical it is. I have also been experiencing issues with Adobe, and…
Developer technologies | C++
Windows Search web search provider
Dear Microsoft Support Team, I am currently working on integrating a custom enterprise search experience into Windows. While reviewing the documentation on the Windows Search Provider App Extension, I found that the manifest requires: …
Developer technologies | C#
Mon visual studio a un problème
Mon visual studio a un problème, je l'ai installé récemment puis j'ai aussi installé tous les package nécessaire (Development web et ASP.NET, Développement Node.js, development .Net Desktop, et développement desktop en C++) je veux créer un application…
Developer technologies | ASP.NET | ASP.NET API
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
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
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#
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
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
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
WebView2 with Custom ContextMenuStrip in VB.net
How can I add my own ContextMenuStrip to WebView2 on vb.net.
Developer technologies | VB
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
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
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 ,…