TFS "GO ONLINE" message while opening visual studio project - visual-studio-2010

I am using visual studio 2010 and connected to TFS. Every time I try to open the visual studio project it prompts the following message.
---------------------------
Microsoft Visual Studio
---------------------------
Go Online
This solution is offline but its associated Team Foundation Server is available.
Would you like to go online with this solution after it has loaded?
---------------------------
Yes No Help
---------------------------
I have tried the following settings in TFS settings as mentioned here
uncheck "Automatically connect to server on startup"
uncheck "Server is Offline"
I have also tried following solutions
How to make TFS not auto check source control from Visual Studio?
But none of them worked.
How to suppress this message permanently?

Try to right-click on the solution name right at the top of the Solution Explorer and select the Go Online option. Check the following case for more details:
How do I get my solution in Visual Studio back online in TFS?

Related

visual studio 2019 open solution file incompatible

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.

Remove TFS Connection From Visual Studio Team Explorer

I am using Visual Studio 2017 and I added a TFS Server in my Visual Studio.
Every time I open my VS I get the TFS connections in my Team Explorer.
How can I remove this connection from Visual Studio?
Note that I don't want to delete anything from the server. I only need to delete the connection from Visual Studio.
Click on the plug icon in Team Explorer. You should land on the tab "Connect" where you find a link" Manage Connections". Choose "Connect to a project" and you get a dialog with allyour tfs (and gihub, if you did use it) connectsion. With the "Add TFS Server" link above the list of connections you can add and remove TFS server instances.

I have an existing solution in Visual Studio 2013. How do I import it to my VS Online workspace?

I recently upgraded to VS Community 2013 and created my Visual Studio Online account.
I have connected VS to the account but I don't know how to import my local solution (which contains 5 projects) to the VS Online account.
Make sure your source control plugin is set to Visual Studio Team Foundation server (Tools > Options > Source Control > Plug-in selection)
Connect Visual Studio with your Visual Studio Online account in the Team Explorer. (Open Team Explorer: View > Team Explorer). You will need the your VSO url (usually [your selected name].visualstudio.com
Open your solution and add solution to source control (right click the solution in the solution explorer and select Add solution to source control)

Team explorer default resolve in VS2013

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.

Visual Studio doesn't see Team Explorer

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

Resources