TFS 2008 to Build VS 2010 Projects - what version of VS should go on the TFS Server? - visual-studio-2010

I need to get VS 2010 projects that are using Visual Studio Tests building on a TFS 2008 build server. I didn't want to have to install VS 2010 but am now willing to do so after trying the advice one person posted here:
http://www.richard-banks.org/2009/11/how-to-build-vs2010-solutions-using.html
and some other posts I've found but am still getting errors from the VS Test dlls.
What version of VS 2010 do I need to install to support builds with VS Tests for a TFS 2008 build server?

I was able to get VS 2010 projects to build using TFS 2008 source only by installing Team Foundation Server Build and Team Foundation Server 2010 Build agents. I also had to install Microsoft Windows SDK for Windows Server 2008.
I followed the advice here as well to set TFS 2008 build agent to use .net 4:
http://www.richard-banks.org/2009/11/how-to-build-vs2010-solutions-using.html

Related

Build BizTalk 2013 R2 source controlled in TFS 2012?

I'm hoping this isn't closed as a duplicate of Is TF Build 2013 compatible with TFS 2012? because the question is almost two years old, the only answer it got was of low quality and the answer was not accepted.
My company is currently running an on-premises TFS 2012 Application Tier with a TFS 2012 Build Agent, which builds BizTalk 2013 projects. We're considering an upgrade to BizTalk 2013 R2, but we know that BizTalk 2013 R2 doesn't build in VS 2012.
We know we will eventually have to upgrade our TFS installation, but for now we don't have the resources and we're looking for a short-term solution. Our idea was to investigate upgrading only the Build Agent to the 2013 version (or potentially even just the Visual Studio installation on the Build Agent machine?) so that we don't have to expend the effort to upgrade both systems simultaneously.
Specifically, is it possible to build BizTalk 2013 R2 projects if the TFS Application Tier is still 2012?
More generally, is it possible to upgrade only the Build Agent to 2013 or higher if the TFS Application Tier is 2012?
I'm not sure as I don't use Biztalk, but I'd think installing VS2013 on the TFS2012 build server would resolve it.
Where I work we have TFS2012.4 and VS 2012.4 & VS2013.4 on the installed on the build server so that we can build newer project types and .net 4.5.2 stuff.
You could test by running a build agent/controller, either on your machine or in a Hyper-V VM if you have Win 8 or greater - just remember to "tag" the agent so it doesn't get picked up.
TFS and Build of Biztalk are two separate thing, you don't need to upgrade TFS to upgrade Biztalk. If you install VS 2013 on build agent that will fix yr problem. In order to test I would recommend to have a new build server with VS2013 and Biztalk 2013 R2.

MSSCCI provider for Visual Studio 2008 SP1 and TFS 2015

I have Team Foundation Server 2015 installed, and I'm trying to connect Visual Studio 2008 (Version 9.0.30729.4462 QFE) to the team project. I have installed VS 2008 Team Explorer (version 9.0.21022.8).
According to MS, this should be possible using MSSCCI Provider. However, I can't find the version that's compatible with TFS 2015.
Question: Where is the MSSCCI Provider for TFS 2015, or is there another way to connect VS 2008 to TFS 2015 ?
I have tried MSSCCI Provider for TFS 2013, and it failed because it didn't detect TFS 2013 (which makes sense since I have 2015 installed).
Did you install the vs2008 sp1 compatibility GDR? Or else please install it.. https://www.microsoft.com/en-us/download/details.aspx?id=29983
When passing the TFS URL in VS 2008 make sure that you are passing the tfs collection name as well, otherwise vs 2008 will throw error. For example, http://servername:8080/tfs/{collection1}
Edit: Please make sure that you install VS 2008 SP1 before you try steps 1 and 2.
In my case, I had no VS 2008 IDE was installed until yesterday.
Due to some conversion limitations in my company, I had to install the old Visual Studio 2008 to my office PC (Windows 10 Pro x64) and connect it to TFS 2015.
I hope this helps someone else like me:
First I've installed Visual Studio 2008.
And then VS 2008 SP1.
Lastly Visual Studio TeamExplorer 2008. (At least this should be the happy ending but I was wrong.)
Tried to install VS90SP1-KB974558-x86, but it failed. The package seeks for VS 2008 SP1. I think TeamExplorer 2008 overrides sth important for KB974558.
Installed Visual Studio 2008 SP1 again.
VS90SP1-KB974558-x86 installed successfully.
On the page "Connect to Team Foundation Server", add your TFS 2015 server by ignoring the port and protocol section, and write down your own like;
http://TFS_SERVER:PORT_NUMBER/tfs/TFS_COLLECTION_NAME
It fails everytime if I skip the collection name part.
Since I cant comment. I want to say that we have the same problem.
What works is installing the Visual Studio Team Explorer 2013 which includes a Visual Studio Shell 2013 and then we can install the MSSCCI Provider 2013. But thats just a workaround.
We also wonder where the MSSCCI Provider for 2015 is.
You can just use MSSCCI for TFS 2013 to connect to TFS2015 source control in VS2008.
Just as the MSDN article shown, in VS2008, Version Control is available via using MSSCCI Provider. So instead of connect to TFS in Team Explorer, you need to go to File -> Source Control -> Open from Source Control -> Connect to Team Foundation Server. I believe this blog is helpful to you (although it is written for TFS2013 with VS2005, it applies to TFS2015 with VS2008).

How to connect to visualstudio.com TFS using Visual Studio 2008

I have some requirements that I need to use Visual Studio 2008 for a new SSIS package. But we are using visualstudio.com as our source control because we were allowed to use Visual Studio 2012 for our main project.
I tried following the instructions here http://www.visualstudio.com/en-us/get-started/connect-to-vs.aspx and here how to open Team Explorer in Visual Studio 2008 and no go.
Has anyone been able to connect to their TFS server at visualstudio.com from Visual Studio 2008? If so, how did you do it?
Officially VS 2008 is only supported against TFS 2013 (and Visual Studio Online) by using the MSSCCI. However, in practice it still works fine without MSSCCI, MS just no longer tests this particular scenario, so it's not guaranteed to continue working.
Make sure you have the appropriate updates installed, you need:
VSTS 2008 Team Explorer
VS 2008 SP1
TFS 2012 Compatibility GDR
Order of installation is very important. Refer to this article.
Moreover, if you are still having issues connecting to TFS after successfully installing above mentioned updates, consider clearing your IE browsing history (all checkboxes) and retry.
Per MSDN you can access version control on Visual Studio Online with Visual Studio 2008 using Team Explorer for Visual Studio Team System 2008 and MSSCCI 2013.

Team Build 2010 software requirements for VS 2008 clients

One of our TFS 2010 requirements is to support software projects that still use Visual Studio Team System 2008 for development. My question is whether a Build Server based on Team Build 2010 can compile 2008 code by itself. I mean connecting to TFS 2010 using Visual Studio Team Suite 2008, which means we are planning to install the Forward Compatibility Update on all development machines.
We have an existing TFS 2008 system and according to that the build server requires VSTS 2008 to be installed in order to compile code and run automated tests. I would assume the same for TFS 2010 where VS 2010 Ultimate should be installed in the build server, but we are not sure whether VSTS 2008 is required "as well" in this use case.
I hope someone could share their thoughts about this. Thanks.
As long as you install;
Visual Studio 2008 Team Suite,
Visual Stduio 2008 Team Explorer
VS2008 SP1
and 2008 GDR forward compatibility pack next to Visual Studio 2010 on the buildserver, Team Build 2010 can compile and unittest 2008 solutions. There are however some known issues with Workflow projects, so install VS 2010 and TFS 2010 SP1 and test your solutions.

Can Visual Studio 2008 work with Team System 2005?

I would like to upgrade my team from VS2005 to VS2008 without touching the version of Team Server which is 2005.
Is that possible?
And if so, how do I tell VS to recognize TFS?
Currently in my VS2008 options menu, I don't have any source control to choose from.
VS 2008 works fine with TFS 2005. There are a couple of exceptions in the Team Build area (which changed massively between 2005 and 2008) but otherwise you will be able to do everything you need to do from the Visual Studio 2008 client.
You need to ensure that you have the 2008 version of the Team Explorer installed to add TFS functionality into Visual Studio. The 2005 version only installs into Visual Studio 2005. To download the 2008 version see the following link
http://www.microsoft.com/downloads/details.aspx?familyid=0ed12659-3d41-4420-bbb0-a46e51bfca86
Note that if you have previously applied SP1 of Visual Studio 2008, then you will need to run it again once installing Team Explorer.
For what it is worth, I would encourage you to upgrade to TFS 2008 on the server side as soon as you can. TFS 2008 works fine with client connecting from Visual Studio 2005 machine but it has some significant performance improvements and the Team Build functionality is much improved.
Yes, you can... (We're doing that here too)
Tools -> Connect To Team Foundation Server
"Add..."
Enter IP / hostname
Yes, that works fine. If you install the Team Foundation Client from the TFS 2008 DVD on your VS machine, you can connect to both TFS 2005 and TFS 2008 servers. If you don't have access to a TFS 2008 DVD (note that the trial should be fine), installing the 2005 client on VS 2008 should also work, but I've never personally tried that.
Do you have the Team Foundation Client installed?
If you have the Team Version it should be residing in the TFC folder on your installation DVD. (I don't know why it isn't an option in the installer)
It is also possible to download the TFC from Microsoft (for free), there is an SP1 version on Microsoft Downloads.

Resources