Add-on components that enhance and customize the Visual Studio integrated development environment
Unable to install SSIS extension (Microsoft.DataTools.IntegrationServices.exe) on VS 2022 Professional in an air-gapped Windows Server 2025 environment (Error 0x80070643).
Issue Details / Problem Description: Environment: Operating System: Windows Server 2025 Datacenter Development Tool: Visual Studio Professional 2022 (installed offline to custom directory path: F:\Program Files\Microsoft Visual…
Developer technologies | Visual Studio | Extensions
ASHWID API Fails to Retrieve BIOS UUID After 2-3 Minutes Post-Reboot
Our UWP app calls the Windows API ASHWID (Application Specific Hardware ID) to retrieve the device UUID for uniquely identifying the tablet. However, an anomaly occurs where this value cannot be fully or correctly retrieved under certain…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
How Do Developers Usually Handle Decimal Precision in JavaScript Calculators?
I’m curious how people normally approach decimal precision when building calculation tools with JavaScript. A small engineering calculator project called bitumencalcpro recently brought this up because some of its calculations involve measurements,…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
missing .net 3.5 on windows 11
on my windows11 .net 3.5 not available to install
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
my visual studio code is unable to compile c++ file
my visual studio code is giving too many error even though the code is right and mingw is installed in the system and unable to comile and run the code
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
A version of Visual Studio is Available, visit the link to get information on the lastest update and support
Hi After installing the VS 2026, when i click the launch the button its showing the popup like new version is available.. I cannot able to close the popup.. its just exit the VS completely.. May i know the solution for that
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
How to download Microsoft Visual C++ 2015–2022 Redistributable (64x)
Hey! I bought the game Subliminal on Steam and downloaded it into my Crossover bottle (I'm using Mac), and I got this error message, but I can't find where to download Microsoft Visual C++ 2015–2022 Redistributable (64x) into that Crossover bottle.
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.
MAUI .Net10 app crashing on startup only when installed from Google Play
Hi all, I've just upgraded VS to 2026, which I use to develop mobile MAUI project. That involved targeting .Net 10 (.NET MAUI Tools 18.0.345 (fbde6c01f0)) instead of .Net 9. in the MAUI project. The Android app works perfectly in debug or release mode…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
getting visual studio to work with Team Foundation Version Control
I am able to connect my user ******@wianno.com and login. However I see the root of the repostory in the source control explorer, but no files. Also, if i loginto schoolbrains.visualstudio.com i cant view any of the repostiory contents but i see…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Security issues if I use a encrypted value as a Query string that I send to users and then decrypt the value and validate on link click?
I'm working on a project where we will need to send out links to a large number users and each is assigned a unique combination of numbers and letters to identify them in our system. My task it to come up with a way we can use just the link we send them…
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.
Project Spartan 10009/10049 AppX reports "End of Life" on modern Windows
Project Spartan 10009/10049 AppX reports "End of Life" on modern Windows Hi Microsoft, I'm an 11-year-old kid who really likes Windows modding, reverse engineering, and experimenting with old Windows software. Recently, I ran into a problem…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Windows Update breaks WPF TrueType font subsetting (Calibri.ttf format specification error) KB5120708
When printing in .NET Framework 4.8 application WPF, it seems to have broken the XPS printing. See stack trace below. If I uninstall the KB5120708 update, it works again. It has broken our printing functionality on our business application. Can any one…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
The corresponding web pages are not loading when the link is tapped in Xamarin forms
In my Xamarin forms project, we show the HTML data on the UI using a webview. Using below code I am showing html content on UI: var htmlSource = new HtmlWebViewSource(); htmlSource.Html = description;//HTML Content web_view.Source = htmlSource; My HTML…
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Creating a new List<int>() throws a NullReferenceException.
The following code throw a NullReferenceException on the hightlighted line: using IS0AUTTSTContext db = GetDbContext(); List<TestRun> list = db.TestRuns.Where(t => t.ID > 0 && t.Definition!.Application!.Deleted == false).ToList(); …
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.
When we are trying to open the dataset .xsd file which is located in app code it gives attached error . the solution is in asp.net web forms version 4.o
When i am trying to open the dataset .xsd file which is located in app code it gives attached error . the solution is in asp.net web forms version 4.o. please give the solution for the error shot
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Visual Basic
Debug Step INTO and STEP OVER do not work when projects created in VB 2010 are loaded into later versions.
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Can I get a model using TorchSharp?
I have txt file and I want to use torchSharp to get model and I can ask questions about the txt file. I know I can split the txt to chunks and then ask openai but I do not want that I want to get myself model
Developer technologies | .NET | .NET Machine Learning
.NET: Microsoft Technologies based on the .NET software framework. Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
VS Code Marketplace publish blocked by VSID "Concurrency" rate limit for over 24 hours — verify-pat also blocked
We cannot publish updates to our VS Code extension and even a read-only PAT verification is rejected. Microsoft support seems to be the only way to clear this, so please help. Symptom Since yesterday (2026-08-19), every call to the Marketplace publishing…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Run time error 9, Subscript out of range eroor is showing while using Excel VBA
Run time error 9, Subscript out of range error is showing while using Excel VBA, When i am using Excel VBA and write coding for run a macro and when i run the code this error is showing, I tried every thing to solve this, but not working, I am unable to…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
How do I restore controls and there properties from a .json file?
I am trying to learn some new things with VB.Net that I have never done before, like creating custom controls, and so far I have been able to look things up on Google and modify them to suit my needs. I have come to a situation where I now need to…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.