Is there any way to disable the new "Show on code map" feature in Visual Studio 2022 Enterprise?
And here is the same pop-up in Visual Studio 2019:
This is what it looks like in Visual Studio 2022:
The "Code Map" feature can be removed using the Visual Studio Installer.
Just uncheck these two features and click "Modify":
See the official documentation for more information.
Can I add SSIS capability to Visual Studio Enterprise 2017?
How do I add SSIS capability to Visual Studio Enterprise 2017?
I've looked in "Visual Studio Installer" at the "Workloads" options and also the "Individual Components" options .. but I can't see SSIS listed ?
Maybe I need a different version of Visual Studio for SSIS work?
The Microsoft page here has answer to this question.
Download and install SQL Server Data Tools (SSDT) for Visual Studio
i.e. this Microsoft article has a link for "Download SSDT for Visual Studio 2017 (15.9.2)" in the middle of this article which can be used.
The "Visual Studio Installer" tool from Start menu wasn't so useful for adding this capability (for me).
My VS-Enterprise license expired over the new year so I installed the community version.
When I go to the control panel it just shows me "Visual Studio Community 2017 (2)" and no option for Visual Studio Enterprise 2017. Also, when I search for the enterprise version and right-click uninstall, it brings me to the same "Visual Studio Community 2017 (2)" in the control panel.
Is there a way of uninstalling enterprise through the community version?
Uninstall Visual Studio
Find the Visual Studio Installer on your computer.
For example, on a computer running Windows 10 Anniversary Update, select Start and scroll to the letter V, where it is listed as Visual Studio Installer.
Alternatively, you can find the Visual Studio Installer in the following location:
C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe
Click to start the installer, click the Details icon icon, and then click Uninstall.
Click OK to confirm your choice.
Uninstall Visual Studio Installer
To completely remove all installations of Visual Studio 2017 as well as the Visual Studio Installer from your machine, uninstall it from Apps & Features.
Open Apps & Features. For example, in Windows 10, select Start, and in the search bar, type Apps and Features.
Find Microsoft Visual Studio 2017.
Click Uninstall.
I've tried to set icon of a button by means qt designer add-in for visual studio 2010.
When i select "Choose resource" in qt visual studio addin, my qt designer freeze.
Help me for this issue. Thanks
I have a project in a solution I am working on in Visual Studio 2012, and I get this message for one of the projects: "This version of Visual Studio does not have the following project types installed, or does not support them." It is a vdproj. What does this mean and how do I resolve this problem
The correct procedure to resolve "Incompatible" issue with VDPROJ Projects coming from Visual Studio 2010 and 2015 in 2017 or 2019 is:
Enter Visual Studio .NET 2017 or 2019
2017: Click on "Tools" -> Extension and Updates -> Online
2019: Click on "Extensions" -> Manage Extensions -> Online
Type "Installer Project" on the search box
Click on "Install" in Microsoft Visual Studio Installer Project
Restart Visual Studio .NET and follow the instructions to install the extension
With this extension the old project (2010, 2015) is capable to work in (2017, 2019). VDPROJ are not deprecated, simply they are improved with a new extension, for more information about this please visit the oficial MarketPlace.
There is also the official:
Microsoft Visual Studio 2015 Installer Projects
Microsoft Visual Studio 2013 Installer Projects
Microsoft Visual Studio Installer Projects (2017 & 2019)
Microsoft Visual Studio 2022 Installer Projects
if you can jump to VS 2013, 2015, 2017+2019, or 2022
But BozoJoe is right, its time to drop vdproj and move on to WiX.
vdproj is a MSI creation project for Visual Studio. Its been deprecated and most people have moved on to either WIX or NSIS or a professional grade installer creation tools such as Install Shield.
If you do not require an installer for your product just exclude the vdproj project from the solution and continue with your life
for fun if you want to try to transition right away to wix, try this powershell script https://github.com/chrisoldwood/vdproj2wix
Visual Studio 2017 can use the Visual Studio Installer. It is NOT a default. You have to run InstallerProjects.vsix. You can get it at Microsoft Visual Studio 2017 Installer Projects. I have used it and worked great, at least for a windows GUI project. It's worth a shot before you get into the Install Shield intricacies.
if You use Microsoft Visual Studio Installer Project (Vs2017).
Microsoft Visual Studio Installer Project may be disabled after an update.
Tools -> Extensions and Updates..
Click Installed
Find and Select -> Microsoft Visual Studio Installer Project
do Enable
Restart Visual Studio