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.
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
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.
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.
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.
Nominate games (or other programs) here to get featured on our Blog! (PART 5)
Continued from https://social.msdn.microsoft.com/Forums/en-US/f86ee1a1-dc43-43eb-bbcf-34aa0782911d/nominate-games-or-other-programs-here-to-get-featured-on-our-blog-part-4?forum=smallbasic Got a game you made that you want us to review for being…
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
Split One row into two
I need to split one row into two: One for R_GrossAmt and one for S_GrossAmt. Also, for R_GrossAmt. I use an Union to do that, but was wondering whether this can also be done using CROSS APPLY? If so, how will be my query. DECLARE @TableA TABLE (UID…
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
How to deploy outlook template after insert data and use data info in subject and body
hi All... I have some question here. 1 have text box, drop down, check box and a button. Data Input TxtBox Data Input : Animal Drop down Input : Veterinar Dept Button check box on : send email Button to insert data When I click Button and check on, data…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
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.
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
In wpf with vb, there is no closing of a popup opened from another popup with the Staysopen property set to true.
Hello, In WPF with VB, I have a main window representing a toolbar. A button in the main window opens a popup with the StaysOpen property set to True. From a button in the popup, I open a second popup with StaysOpen set to False. After the first time the…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
Why does iOS Files not show an app's file folder?
I followed the instructions to configure Info.plist: The window "On My iPhone" of Files is still empty. The paths of files created by the app are like the following: …
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Windows Forms Application Icon suddenly shows as default icon or does not update color after KB5051989 update
Hi, Our C# Windows Forms Application icon (in the taskbar) suddenly shows as default icon or sometimes doesn't update its color (based on the customization) after installing the KB5051989 update. This has been working for 15 years, and the issue just…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
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.
I am trying to install .NET 3.5 on a client's Windows Server 2025 - where can I find the Features on Demand for 2025
Downloading failed and Gemini has recommended getting the Features on Demand ISO but not having any luck finding it. Any help would be appreciated.
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Request: Settings option to revert cw snippet shortcut
Why change the cw snippet to Tab + Tab? Having to hit Tab twice instead of just hitting Enter completely kills years of muscle memory for Console.WriteLine(). It feels incredibly clunky and frustrating to use now. Please let us toggle this back to the…
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.
Visual studio installer project code signing issue
I've been trying to get my .NET core program signed (the executable and dlls) with Visual Studio. In the build directory everything works fine: the properties of the files show my digital signature. However when I use the Visual Studio Installer…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
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
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.
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.
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.
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.