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.
How to fix Visual Studio profile name displaying incorrectly.
Visual Studio displays my name wrong when I press on my initials at the top of the screen. When I click on "account settings", to try and change it, it has the right name. Confusing and not a giant deal but still annoying and would like to get…
Developer technologies | Visual Studio | Other
MAUI iOS: Keyboard hides the entry on iOS platform.
I have and entry like below: <ctrl:BorderLessEntry x:Name="_borderlessEntry" Text="{Binding Text, Source={x:Reference this_flow_text}}" BackgroundColor="Transparent" Placeholder="{Binding Title,…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to use flan-t5-small or all-MiniLM-L6-v2 in .net iOS?
I am using .net iOS (iOS application) not .net MAUI and I want to ask that how to use all-MiniLM-L6-v2 or flan-t5-small in it? I want to feed a txt to it and ask questions about the txt ?
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.
I cannot find the download for Visual Studio 2019 community or 2022 community
I cannot find the download for Visual Studio 2019 community or 2022 community
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
How can I structure a Django web application for better scalability and maintainability?
Hello Microsoft Q&A community, I am a Computer Science graduate currently learning web development with Python and Django. I have been building small Django projects to improve my understanding of backend development, URLs, views, templates, models,…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
The project doesn't know how to run the profile with name 'machine-name' and command 'MsixPackage'
Hi, My laptop has just upgraded from an older Windows 10 laptop to a newer Windows 11 laptop. The Visual Studio Community also updated itself to 18.9.2. Unfortunately, now when attempting to build and debug this UWP C# app (either for the local laptop or…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Will migrating a .sln solution to .slnx cause problems with the .slnlaunch file?
I'm working with a Visual Studio solution which has 9 Visual Studio projects in it. It was written using .NET 8. I want to migrate it to .NET 10 where I can continue working with it with VS 2026. I had changed the solution to launch multiple projects…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Clickonce Renew Certificate WPF Desktop .Net 4.5.2 Framework Application
Our Application is Desktop WPF based .Net Framework (4.5.2) APP and it's been in Production for long time. We do Deployments as Clickonce package and user gets auto updates through it. Problem: The initial certificate which was used to sign the…
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.
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.
How share header & source codes in VC++
Hi In Visual C++, I have several headers and sources that I want use them in several projects and they are common. I put them in a folder named 'Common' in my projects folder like below: [My Projects] +--[Common] +--MyCode.h …
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.
Address in, GPS coordinates returned; GPS coordinates in, address returned
I am looking for Visual Basic code or a Visual Studio control that can accept a world-wide mailing address as input, and return GPS coordinates. I am looking for Visual Basic code or a Visual Studio control that can accept GPS coordinates as input, and…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Visual Studio 2026 usually locks up when opened
I've been using the Insiders version for a while without any issues but since installing the release version it locks up when I start it and I have to start Task Manager to shut it down. If I run it again it's usually OK. I tried uninstalling it and…
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.
Automatic highlight while editing enums, structs, and functions makes text unreadable
I am using dark mode in Visual Studio with the default settings. When I edit enums, structs, and functions in c/c++, the text highlights and becomes unreadable. I can not find the setting to change the color or disable it. Any help or suggestions would…
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.
How to achieve separate heap handling in VS 2022 C++ DLLs ?
Earlier Visual Studio versions (e.g. VS2010) used separate heap for each C++ DLLs and the main application (also C++). In VS2022 the main application and the loaded DLLs share the same heap. We would like to restore the original behavior: separate heap…
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.
visual studio 2026
cannot open file 'msvcprtd.lib' I have already included the GLFW, GLAD, Shader, and stb_image files correctly. The error appears during the linking stage, not while compiling the C++ code. I want to know why Visual Studio is looking for…
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.
Is .NET 4.8.1 the same as 4.8.09037?
The registry version of .NET on my windows PC shows 4.8.09037. Is this the same as .NET 4.8.1?
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.
I need these keys for his Western Union: WU_CLIENT_ID ✓ WU_CLIENT_SECRET ✓ WU_ENV = Production
I need these keys for his Western Union: WU_CLIENT_ID ✓ WU_CLIENT_SECRET ✓ WU_ENV = Production
Developer technologies | .NET | .NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
Playwright headed browser does not run via VS Code Remote SSH but works via MobaXterm X11 forwarding
We are using a Playwright environment hosted on a remote RHEL server and connecting to it using VS Code Remote SSH. When attempting to execute Playwright tests in headed mode from VS Code Remote SSH, the browser fails to start and reports that no display…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Can I use VS2019 Build Tools if I only got VS2022 license?
Building on this answer https://learn.microsoft.com/en-us/answers/questions/1525775/visual-studio-build-tools-licensing (also see comments), I got a follow up question: Can I use VS2019 Build Tools if I only got VS2022 license?
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.
Unable to activate the Azure $150 monthly credit
The concern is I have Visual Studio Enterprise with GitHub Enterprise, and I am unable to activate the Azure $150 monthly credit.
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.
the android quit when I first run the APP in .net MAUI?
I am using .net MAUI 9.0 and when I first debug the APP will crash/quit in android. and then I debug it runs well. and when I uninstall it and then debug again it will crash/quit again. how to find the error of it? there is no exception I run it on my…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.