WPF window render freezing on windows 11 update 25H2
Hello. Our client is reporting worrying problems that started happening after updating windows 11 to version 25H2 (it is possible it was also happening with 24H2, not sure at this moment), but it is definetly not happening in 22H2. Everything else is the…
Developer technologies | Windows Presentation Foundation
Visual Studio 2026 Installation Error 1601 und 1703
For three days I have been trying to obtain a working, updateable Visual Studio installation. I had a working Visual Studio 2022 installation, but I could not update it. Before it was recognized, but when I used the new installer, Visual Studio 2026, it…
Developer technologies | Visual Studio | Setup
VSTools64.msi component is missing
Visual Studio has now been installed on Test, but it can't communicate with AX because the VSTools64.msi component is missing. I wonder where I could find it? Such old stuff can't be found online anymore. Or come up with some other workaround to get…
Developer technologies | Visual Studio | Extensions
MAUI app issue
Hi, Does it call API to write one file into the remote server (with the given IP). Any demonstration to this?
Developer technologies | .NET | .NET MAUI
Should I enable iPhone and iPad Apps on Apple Silicon Macs?
I'm not sure if I should enable iPhone and iPad Apps on Apple Silicon Macs in App Store Connect. I have tested my application on my iPad Air and in the iOS iPad simulator in Visual Studio but I'm not sure if my application will automatically run normally…
Developer technologies | .NET | .NET MAUI
Visual Studio sends 'shutdown' and 'exit' requests to Langauge Server on closing a Solution
I am working on implementing a Language Server (LSP) as part of a Visual Studio Extension. We have a requirement of loading the Language Server when extension is loaded and keeping the Language Server loaded throughout the Visual Studio session till the…
Developer technologies | Visual Studio | Extensions
VS Code stopped showing syntax errors
My visual studio code stopped showing the red squiggly lines for syntax errors and I have tried every solution that I have googled. I even asked my programming prof what was wrong with my VS code and he didn't know after. I even reinstalled VS Code but…
Developer technologies | Visual Studio | Debugging
Is it necessary to configure App Store Server Notifications in App Store Connect when I use push notifications?
Is it necessary to set up an url in App Store Connect under App Store Server Notifications when I want to use push notifications in my application after I launch my application in the Apple App Store?
Developer technologies | .NET | .NET MAUI
Can Visual Studio be installed on an offline PC?
I purchased Microsoft Visual Studio Pro 2022 from approved Microsoft vendor and then instructed that Visual Studio Pro 2022 could not be installed on a offline machine. Why is Visual Studio Pro 2022 not offered with a Multi-Access Key option? Can Visual…
Developer technologies | Visual Studio | Setup
GIS Converter - Converts input file to its original
1.I need to extend the GIS converter funcuality. 2.This the command: GISConverter.Cli.exe gis_convert <input> <format> <output> <temp> [Log <log_path> [level]] <input> - this can be a single or an archive file. We…
Developer technologies | C#
Can't delete the bin folder, access denied.
I am getting the following message when trying to run/build a solution: 1>C:\Program Files\Microsoft Visual Studio\18\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(6004,5): error MSB3231: Unable to remove directory…
Developer technologies | Visual Studio | Other
Support for merging .NET Core / .NET 6/7/8 class libraries into a single DLL
Hi, I’m working with .NET 6/7/8 class libraries and want to bundle a library and all of its dependencies into a single DLL file. I’ve explored the following options: ILMerge / ILRepack (but these are officially for .NET Framework and unreliable for…
Developer technologies | .NET | Other
how to show the music's spectrum in .net maui?
I am using .net MAUI 9.0 and I want to get this in page: when I play music in the mobile I can get the rhythm how to do it?
Developer technologies | .NET | .NET MAUI
How can I make screenshots and videos in the correct resolution from my game so that I can add them to the App Store?
I have already tried to make a short video from my game. My iPaid Air was connected to my MacBook Air and I have played my game on my iPad Air and simultaneously I recorded a video with the QuickTime player. The video has the following…
Developer technologies | .NET | .NET MAUI
Calculate and display percentage value from value of two label controls
How can I find the percentage from thhe value of a label control, and display it in another label? For instance, I have 4 Label controls, each label have values. I want to diplay the percentage for each label value in a label. e.g. These are the Labels…
Developer technologies | ASP.NET | Other
I accidentally deleted the .net desktop. How can I download and reinstall it?
Moderator: Moved form System Center Orchestrator
Developer technologies | .NET | Other
How do I move from Tests Explorer to my code using Go To Code?
Hi, Please look on: https://app.screencast.com/M0S7MDU6bVP9T When test failed, I right click on tests and pressed "Go To Test", but is not working ? why ? Thanks in advance,
Developer technologies | Visual Studio | Testing
what is the difference between Global Interface Table (GIT) and Running Object Table (ROT)?
what is the difference between Global Interface Table (GIT) and Running Object Table (ROT)?
Developer technologies | C++
Syntax issue - Cannot figure out
I am getting a "Type Mismatch" for the following code:" yr = Application.VLookup(ListBox1.Value, Worksheets("RideSch").Range("BL4:BM8"), 2) This is what it is referencing. The variable "yr" is DIM as…
Developer technologies | Visual Basic for Applications
How to fix/update .NET Runtime Version
I am trying to run a newly installed Revit 2026 program on my Surface Pro 11. I have completed to install but when I go to run the program, I get the .NET Runtime error (screenshot attached). I did install the updated ARM version according to the…