A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.
Error when building a project in Microsoft Visual Studio 2026
I have just upgraded from Visual Studio 2022 to Visual Studio 2026 and, when I'm trying to compile my projects, I'm receiving the error message code MSB4018 with the text: The "GenerateDepsFile" task failed…
Developer technologies
Look for impact analysis
Hi, looking for possible negative impact analysis or impact analysis of implementing fix .NET 6.0.25 or later (latest servicing release) on Operting systems 10 and 11 for windows servers of 2012, 2012 R2, 2016, 2019, 2022
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
How to read c# data object from server with AJAX and show its fields in html
Hello, I'm continuing learning AJAX and web dev. This time I'm trying to read an object from the server by AJAX and fill the inputs (textboxes) in the html ... but it does nothing. I attach the html and the server side .cs I will appreciate your help.…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
UWP how to change foreground color when mouse over?
Below is my code in App.xaml. I could change the DataGridRow background color while mouse over, but I couldn't change the foreground color while mouse over. What I could add in the PointerOver part? <Style x:Key="BasicDataGridRowStyle"…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
scheduler tasks with security options “Run whether user is logged on or not”.
We use the package <package id="TaskScheduler" version="2.12.2" targetFramework="net48" /> This is the code with three actions and its behavior: || | -------- | Task || | -------- | GUI || | -------- | Manually run…
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.
Move to Release mode while I have test project of type Exe in the solution
Hi, 1. I have two projects: 1.1MyProject.ConsoleApp.csproj <Project…
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.
Why is VS2026 slow on Windows 11?
When debugging our Backend application on Windows 10, VS was fast and responsive, as was the performance of the application. However, since upgrading to Windows 11, performance of the application when debugging is very slow and sluggish. Are they any…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Debug with Chat Visual Studio 2026
Hi, I see that in version of Visual Studio 2026, there is Debug with Chat. Where I can use it in all projects types? Only on C# languages? In unit tests it works? Can you give how does it works behind the scene to understand how to work with it? What…
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.
AJAX XmlHttpRequest open 2nd parameter url not working Web app
Hello, I'm learning AJAX. I have a Razor Pages web app, and here is my page to test, AjaxModel. @page @model AjaxModel <h2>Ajax Partial Example</h2> <p><button class="btn btn-primary"…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
MAUI iOS Broadcast extension, writeback pool capacity exceed
I am developing an iOS broadcast extension with MAUI .net 10. My problem is the ProcessSampleBuffer() only get called every 6 seconds+, although I can get the image from the CMSampleBuffer object. I tried to monitor the extension with Console and see a…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Change default Windows SDK and Platform Toolset
I have a multi-project solution built in Visual Studio 2022. I'd like to set the default Windows SDK Version explicitly so all projects use the same library. However, it seems like I have to change it in each library, explicitly. Can this setting be…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
How do I handle platform-specific UI customization in MAUI without bloating my shared code?
I have been learning MAUI for a couple months now. I need to apply different styles or behaviors on Android vs. iOS (e.g., font sizes, padding, or custom renderers). I know about OnPlatform in XAML and the Platforms/ folder. What is the correct…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
ANDROID EMULATOR
Consider the following simple code snippet: [RelayCommand] public async Task Test() { for (int i = 0; i < 200; i++) { Debug.WriteLine($"i = {i.ToString()}"); } } It runs as expected in…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How can I migrate OpenTokStreamingService in my MAUI iOS platform from Xamarin Forms
I am trying to migrate OpenTokStreamingService in my MAUI iOS platform from Xamarin Forms. I have used Xamarin.OpenTok.iOS package on XF but the same package is not able to use in MAUI due to the below issue. Package Xamarin.OpenTok.iOS 2.18.1 is not…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Show popup from a working thread Task
In my Android application (NET MAUI 10) I have code similar to the following: [RelayCommand] public async Task TaskPopup() { Debug.WriteLine("TaskPopup"); Task task = Task.Run(async () => { …
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Issue to access the server from the client
Hi, The project is running well on the server like I get the issues like The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer’s network connection. If your computer…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
Visual Studio 2022 install error
When installing Microsoft Visual Studio 2022 fails with an error "Windows Installer Service not started".
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Is an offline installation of visual studio 2026 possible with remote layout ?
Hi everyone, I also get an issue with offline installation. I already download the layout and store it on a server. I have to make the installation of many PC so I don't download the layout on every machines but I set the path of the layout to my remote…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Visual Studio goLang extension not found
I have installed VS 2022 and the Go Language download. All information says to add golang extension to VS. when I try, it is not found. How can I use go with VS?
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
tools in toolbox grayed out
No usable tools in toolbox. how can it be fxed properly. is it a bug?
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.