I am getting annoyed by having to change Resolve to Associate in Team Explorer
Is there a way to set it to Associate by default?
For visual studio 2013 this fixes the issue
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\TeamFoundation\SourceControl\Behavior]
"ResolveAsDefaultCheckinAction"="False"
And now available in the settings UI in Visual Studio 2015: https://visualstudio.uservoice.com/forums/330519-team-services/suggestions/3418758-in-the-team-explorer-change-default-state-value-o
Visual Studio 2019
I came here seeking an answer for VS 2019, as apparently the registry 'hack' no longer works.
There is now an setting in Tools -> Options for this, under Source Control -> Visual Studio Team Foundation Server called Resolve associated work items on check-in.
Un-check it to associate by default. Check to resolve by default.
Related
I think I was using visual studio 2017 and wrote a SSIS package. Now I installed visual studio 2019 and can't open the solution file. Error:
Unsupported This version of Visual Studio is unable to open the
following projects. The project types may not be installed or this
version of Visual Studio may not support them. For more information
on enabling these project types or otherwise migrating your assets,
please see the details in the "Migration Report" displayed after
clicking OK.
- ABC, "C:\Users\XYZ\ABC.dtproj"
Non-functional changes required Visual Studio will automatically make
non-functional changes to the following projects in order to enable
them to open in Visual Studio 2015, Visual Studio 2013, Visual Studio
2012, and Visual Studio 2010 SP1. Project behavior will not be
impacted.
- ABC_SSIS, "C:\Users\XYZ\ABC_SSIS.sln"
I tried "Right-click on the project and reload" - didn't work.
I tried to confirm SSDT is installed:
it is installed at the installation interface, but doesn't exist in extension manager:
SSIS is a seperate extension now in Visual Studio 2019. You can install that extension in Visual Studio market place. Choose Online tab and search for "SQL Server Integration Services Projects".Hope it can help your problem
1.Extensions -> Microsoft Reporting Service Project
2.and then close visual studio
3.VSIX installer will complete automatically
4.If your project unloaded, right click on project and reload
Today I faced this issue,
Cause
The reason for issue is,
I saw a yellow bg notification at the top of IDE showing performance issue , with option to "disable this" to improve the performance.
I chose disable, later next day when I opened the project, It showed the project is not compatible.
I did Repair SSIS, Uninstall and Reinstall SSIS, and also updated the SSIS to latest version. None of these 3 ways resolved the issue.
Solution
But, I found Manage Extension submenu item under Extension menu, Under installed tab, SSIS extension was in disabled status. I reverted to Enabled status. Sample screenshot of the same for reference is here. If it disabled, simply enable it. Then restart VS with SSIS project.
Enabling the SSIS in manage extensions solved this for me.
Extensions ... Manage Extensions
Online ... Visual Studio Marketplace
SQL Server Integration Services Projects
Download
Close Visual Studio and then run the download
When finished, open your existing SSIS project and right-click the project and select "Reload" or "Reload with dependancies"
You can also now start a new Integration Services project.
There used to be an option in Visual Studio 2017 and prior to turn off "Always show solution." This setting is missing in Visual Studio 2019 and appears to have been removed.
Unfortunately this causes trouble when using the 'Open Web Site' feature as I often do, because 'Save All' prompts to create a .sln file which I do not want.
Visual Studio 2019:
Visual Studio 2017:
Has this option been removed completely or just relocated and the name changed?
Searching for 'Always show solution' in the Visual Studio 2019 options window returns no results.
Unfortunate but yes, this is true as mentioned in the Release notes for VS 2019:
The solution options Show advanced build configurations, Always show solution, and Save new projects when created have been removed due to low usage. These values have been set to their default value of True.
If you think having this is important for you and may also benefit others in the community, please provide submit a suggestion here.
I do have a TFS Project (TFS 2013) and I would like to set up my Visual Studio 2015 to work at that project. I have Visual Studio 2017 and Visual Studio 2015 installed. Now whenever I go to the main page of my Project and click "Open in Visual Studio" (like described here), Visual Studio 2017 opens. I would like to have it open in VSTO 2015. How can I select which version of Visual Studio should open?
The solution file should contain a UTF-8 signature that describes in which version the solution is to be opened. This is what's used for example to show different icons for solution files targeting different Visual Studio versions.
This signature info is also used by the Visual Studio Version Selector when opening a solution. An easy way to fix this is make sure that have the solution local on your dev machine and then right click -> open with and choose the Visual Studio Version Selector. Then pick the correct version of Visual Studio that you want to use.
This will then be honored by your browser when opening a solution since this also uses the Visual Studio Version Selector.
I installed Visual Studio 2013 Release Candidate and after opening a project I noticed CodeLens information is not showing up.
In the preview versions you had to turn this on in the options menu, but I can't seem to find this option anymore.
Why doesn't this work?
You need Visual Studio 2013 Ultimate with Team Foundation Server 2013.
To use this feature you will need Visual Studio 2013 Preview and Team
Foundation Server 2013 Preview as some information comes from TFS.
and:
Here's what you’ll need:
Visual Studio Ultimate 2013 to find references
Team Foundation Server 2013 to find changesets, code review requests,
and different kinds of work items
Source
This article will tell you the same.
You can download Team Foundation Server here.
The option is hidden in
Tools -> Options -> Text Editor -> All Languages -> Code Information Indicators
The only one that appears to work for us is the references, even though all options are enabled.
Update: My missing options were answered here...
VS 2013 CodeLens
Hope this helps.
Few days ago i had to reinstall VS. So after uninstallation, I downloaded VS2010 Ultimate from MSDNAA and installed it. Everything went without any trouble, but when i run VS I found, that there wasn't a Team Explorer.
So i downloaded TE from Team Explorer link. But after installation TE, Visual Studio still doesn't see TE. There is nothing in Menu -> View and Menu -> Tools -> Options -> Source Control.
What should I do now?
Are you able to see Team Explorer which is tabbed along with the solution explorer (At the bottom of the solution explorer window)? If not click view->Team Explorer (Ctrl+M). From there you should be able to connect to your TFS instance.
When you install the Visual Studio, then Team Explorer comes by default with VS.
You can check Team Explorer in View->TeamExplorer
If you do not found Team Viewer in your View then you can download it from below link
https://blogs.msdn.microsoft.com/devops/2017/04/05/reintroducing-the-team-explorer-standalone-installer/
or you can download it from vs installer.
For future readers:
I was missing some menus from the Team Explorer side panel.
what fixed it was resetting user settings by manually running devenv.com /resetuserdata from the visual studio folder.
To me it was:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.com /resetuserdata
Notice: this will reset your settings, so make sure you import / export it first (if you require anything specific) .
I'm assuming your using TFS. Have you connected to a TFS instance using the menu Team -> Connect to team foundation server?
You need to download Microsoft Visual Studio Team Explorer 2010 from here:
https://www.microsoft.com/en-us/download/details.aspx?id=329