Good evening.
I have been trying to connect to TFS 2010 source through Visual Studio 2015. I am able to view TFS 2010 server and projects from VS 2015.However, IDE throws 'object reference not set to an instance of an object' exception when I try to connect to any of projects in TFS server. Much appreciate any further advise.
We couldn't get this working in TFS 2010 and hence migrated to TFS 2015 solved this issue.
Related
VS 2010 connects to DevOps 2019 inhouse server, it lists all the projects properly but when you try to connect to a project it gets the latest and goes offline. This is only happening in VS 2010. VS 2015, 2017 and 2019 works perfectly.
Those who are facing the above issue when connecting from Visual Studio 2010 with Devops server 2019, please install the following.
Service Pack 1 for Visual Studio 2010
Visual Studio 2010 SP1 Team Foundation Server Compatibility GDR
After installing and restarting the machine, Above issue will resolve.
Trying to connect my Visual Studio Team Services server in SQL Data Tools 2010, but getting the following error, i have correctly installed the Microsoft Visual Studio Team Explorer 2010 - ISO
Visual Studio online currently only works with VS2013 and above. It's not support for SSDT2010. You may need to use SSDT in VS2013 and try again.
SSDT is available in VS 2013, it's integrated into the box so we do
not have a stand alone install. If you install VS 2013, you will see
the Database Projects, SQL Server Object Explorer, and other tools
that were available in VS 2010 & VS 2012. I have verified that the
Database Projects in VS2013 will work with VS Online source control,
however if you are using the online build process, we are not built
into the online build support yet.
Posted by Jill [MSFT] on 1/13/2014 at 2:36 PM
More detail info please refer this link: SSDT with VIsual Studio Online
I'm trying to run load tests on Visual Studio Team Services an I get the following error(see image). My run settings are set to Team Services, I am connected to the account and the account has a valid Visual Studio Enterprise subscription.
All suggestions on what can be causing this is appreciated.
Thanks
I updated my Visual Studio from 2013 ultimate to 2015 Enterprise and that fixed the issue.
I am using Visual Studio 2012 to work on my ASP.NET Projects.
Currently, I am trying to add my projects to Source Control preferably Team Foundation Server.
Installed TFS 2015 on a server and tried connecting from Visual studio 2012 to add a team project, which is not successful. Please let me know which version of tfs is compatible with VS2012 and details would be appreciated.
I was trying to get TFS 2012 but I got a response from the technical support that 'Based on the search results, the only versions available on the VLSC site are 2013 and 2015.' The techical support person from my workplace was trying to download TFS 2012 as per my request for me to work on the set up.
Please provide any help links available.I haven't done anything on the admin side and this confuses me a lot.
Thanks in advance!
TFS 2015 requires latest Visual Studio 2012 update. Supports Git with Visual Studio Tools for Git extension.
Check TFS requirements and compatibility at website below:
https://msdn.microsoft.com/en-us/library/vs/alm/tfs/administer/requirements
Based on your comments, you're trying to create a new team project in TFS 2015.
In order to create a Team Project, you need to be using the same version of Visual Studio as you're using TFS. So, to create a team project in TFS 2015, you need to use Visual Studio 2015. This can be done from VS2015 Community or Team Explorer 2015.
I'm experiencing some problems with connection to TFS2010 with Visual Studio 2010 in https.
I have installed:
Visual Studio 2010
Team Explorer 2010
Visual Studio 2010 SP1
KB 2581206
but I'm getting TFS 31002 error:
Do I need to install something else?
Thanks a lot!
The problem was that the computer was in the same domain as the TFS server, so the credetials that were passed to TFS were those of the user logged that are invalid to connect to TFS.
So I solved removing computer from domain and now credential are correctly prompted.