tfs2012

TeamFoundation.VersionControl.HatPackage failed to load

本小妞迷上赌 提交于 2019-12-04 21:29:27
问题 I'm getting this error in VS2013 when loading a project under source control: Package 'Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' failed to load. HOWEVER, unlike all the other posts about this there is NO config file to delete under C:\Users\username\AppData\Local\Microsoft\Team Foundation\5.0 \Cache The folder is simply empty. I tried repairing the

“TF14045: The identity <guid> is not a Recognized identity” with TFS 2012 update 4 after upgrade from 2010

梦想与她 提交于 2019-12-04 20:54:34
We recently migrated from TFS 2005 to TFS 2010 to TFS 2012 (Update 4) TFS 2005 to TFS 2010 was done through a upgrade process. TFS 2010 to TFS 2012 was done through a detach (from TFS2010 box) and re-attach method (on TFS 2012 box) One of our users is getting the following error. “TF14045: The identity is not a Recognized identity” The problem seems to be related to his machine name & workspace. When I try to search TFS workspaces by computer name using Team Foundation Sidekicks 2012, I get the same error. If the person works from a different pc, he doesn't have any issue. Here is some stuff

Benefits of Git vs TFS [closed]

元气小坏坏 提交于 2019-12-04 19:27:46
Closed . This question needs to be more focused . It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post . Closed 5 years ago . I've noticed a buzz word "we should use Git for TFS". My understanding is that Git is just DVCS. TFS support everything from branching, labelling, merging, checking in, checking out, shelving, etc. Could someone please help me understand under what scenarios should team use Git or TFS? Apart from local repository and distributed, what other benefits can it provide to the team?

SVN externals alternative in team foundation server 2012

六眼飞鱼酱① 提交于 2019-12-04 18:16:26
问题 Currently we use SVN for our source control. Because of the extra features and integration in the development environment we would like to migrate to TFS 2012. We have a lot of portals running that are build in asp.net. Within our portal we use a lot of standard components. Currently all portals use the same code base. This means that whenever we change something in the shared codebase it is (whenever a portal is published) automatically distributed. We are very used to this way of working

TFS 2012: Correllating binaries to builds and source code

旧街凉风 提交于 2019-12-04 18:15:37
I'm starting to dive into TFS 2012 and I have a basic understanding of the tiers and how build servers, controllers and agents work and how different build scripts can have different configurations and projects. However, one of the things I'm struggling with is a requirement for our source control solution that says that I need to be able to prove a particular changeset or shelfset produced a particular build. That is, given a particular binary, I can point to a release changeset that generated that binary. I should also be able to point to the test changeset that was merged into the release

Cant load a site in IIS8 on 32bit pool (WinSrv 2012 and Sharepoint 2013)

最后都变了- 提交于 2019-12-04 18:02:50
We have a WCF service that interacts with TFS 2010, we are planning to migrate to TFS 2012 so we installed a server to test it, the server have the following installed: Windows Server 2012 SQL Server 2012 SharePoint 2013 TFS 2012 I created a site for my service and tried to running, i was greeted with the following message: Could not load file or assembly 'Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader' or one of its dependencies. An attempt was made to load a program with an incorrect format. So I changed the pool to 32bit, but then I was greeted with this: The Module DLL 'C

TFS Change server port and visual studio 2012, problems

浪子不回头ぞ 提交于 2019-12-04 16:41:36
I have been using tfs with no problems on local network with port 8080. Then i decided to change the port.... why o why did i bother. I have had a terrible few hours trying to sort it. Searched goggle for fixes etc. I think i now have it working but only after reall problems, this then makes me wander and worried about how to from visual studio 2012: have a local area network conenction to tfs: servername:9876 remote connection: domain name: domain.com:9876 both of which map to the same folders on pc/ laptop and same projects on tfs server. This caused masses of problems, i then delete the

Are there local commits in TFS?

杀马特。学长 韩版系。学妹 提交于 2019-12-04 16:24:17
问题 Does TFS support local commits? In other words: Can I modify the code, make a local commit (without sharing these changes with others), test my modifications and if my changes didn't break anything, do a global commit (thereafter my changes are available to other developers) in TFS 2012? If it doesn't, are there any workarounds, which allow this functionality? 回答1: No it doesn't support this, however it does have a couple of alternatives you can use instead. 1) Branches - All developers work

Find Shelveset of Another User

百般思念 提交于 2019-12-04 15:36:07
问题 When I follow instructions to find a shelveset, I'm given a list of all my personal shelvesets. But what I want is to view and unshelve from another user's selection. Other developers can simply change the user to whoever they want. No such option exists for me. I've told my TFS admin about this issue. The response I got was that "We haven’t locked anything down, you should be able to view others' shelvesets." Nevertheless, I can't see others' shelvesets. What could be causing this? What

TFS: A service host may only be active on one machine at a time. (type BuildServiceHostOwnershipException)

◇◆丶佛笑我妖孽 提交于 2019-12-04 13:30:14
Today we find our tfs bc (build controller) and ba (build agent) does work. When bc and ba restart, following error event will be logged in Windows Events. Exception Message: The build service host [build agent name] is currently owned by [build agent name]. A service host may only be active on one machine at a time. (type BuildServiceHostOwnershipException) Exception Stack Trace: at Microsoft.TeamFoundation.Build.Hosting.BuildMachine.StartOperation.End(IAsyncResult result, HttpRouter& router, TfsMessageQueue& messageQueue, List`1& processHosts, MachineLifecycleActivity& traceActivity) at