SSDT 2017 - TargetServerVersion issue with SQL Server 2019
Hi All, I have a computer on which I installed SSDT 2017 (standalone installer) 2-3 years ago. Offical MS site claims that Supported SQL Versions for SSDT 2017 are "SQL Server 2012 - SQL Server 2019". I can develop, deploy and run SSIS…
Developer technologies | Visual Studio | Extensions
Azure API Gateway
API management capability assessment Management of billing plans, usage plans and pricing models Ability to manage and monitor API consumption Established portal for self-service catalogue of APIs
Developer technologies | C#
How to fix 2 X PC with SSD which the latest windows update, August 2025, has destroyed. Both pcs only 4 months old. Both collapsed after update automatically applied.
How to fix 2 X PC with SSD which the latest windows update, August 2025, has destroyed. Both pcs are only 4 months old. Both collapsed after update automatically applied, so don't say windows can't do this..
Developer technologies | Windows Forms
How to Run Instrumentation Profiling with a DLL in Visual Studio 2019 and 2022
In Visual Studio 2017, the Performance Profiler (Instrumentation mode) lets you select both a DLL and an EXE file. However, in Visual Studio 2019 and 2022, I am unable to select a DLL using the Debug → Performance Profiler → Instrumentation option. What…
Developer technologies | Visual Studio | Testing
How can I prevent Vistual Studio uninstalling workloads that I'm currently using?
I have an issue when using Visual Studio where I can be in the middle of working on a project and then I without any warning I'll start getting build errors because a workload required for my project isn't installed. Specifically this is usually…
Developer technologies | Visual Studio | Setup

Is it possible to deploy a .net maui application on Android Go Edition
Is it possible to deploy a .net maui application on Android Go Edition?
Developer technologies | .NET | .NET MAUI
UI freezes for sometime after UI binding
My data is binding to UI quickly but the UI freezes for few seconds and I have only 2 records. I am loading data in ContentView Loaded event var newStops = await Task.Run(() => { return response.Stops .OrderByDescending(x =>…
Developer technologies | .NET | .NET MAUI
net maui find one tree control for free thanks!
请大神介绍一个树形控件,免费的开源的。谢谢。类似syncfusion的treeview但这个是收费的。Uranium 这个里面有免费开源的吗。只要树形控件就可以。
Developer technologies | .NET | .NET MAUI

.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…