问题标签 [team-explorer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
git - Visual Studio 2013 RC and source control
While working with a project stored on Gitlab and using Visual Studio 2013 Express RC, I ran into an issue where a couple items in Solution Explorer were marked with a red x (where a padlock, plus sign, or red checkmark typically are) with a tooltip of "pending delete" and in the Team Explorer changes window I see that they are marked for delete and a few of these items, oddly, were duplicated in the Untracked changes section as well. Not sure how to reproduce. The only thing I can think of doing was removing Entity Framework and adding in EF6 RC1.
The real problem is that I attempted committing the items which worked fine. I figured after syncing that I could just reconstruct the items that may end up disappearing. However, when I went to commits -> Sync, I received this error:
I imagine the odd behavior vaguely described (sorry, no idea how it originally happened) is the culprit in this.
visual-studio-2012 - VS2012 中的所有构建定义都消失了
在 Visual Studio/TFS 2010 中,有一个项目“所有构建定义”将打开构建资源管理器并选择“任何构建定义”:
我们现在已经升级到 Visual Studio/TFS 2012,这个项目似乎没有了:
但是,我可以打开构建定义并将所选内容更改为“任何构建定义”。这将为我提供排队和完成的构建。这是我偶尔想要的列表,因为它包括由我的团队成员发起的构建,而不仅仅是我的。
是否可以在 VS2012 的团队资源管理器(或其他地方)中使用所有构建定义的快捷方式?还是管理员必须做的事情?
tfs - Team Explorer Everywhere 的命令行身份验证不适用于 TF_AUTO_SAVE_CREDENTIALS
我将 TEE-CLC-11.0.0.1306 安装到我的 Windows Server 2003 R2 上。我能够在命令行中成功执行 TF 命令。但是当我设置 TF_AUTO_SAVE_CREDENTIALS 环境变量时,我得到了这个错误:
发生客户端错误:无法将凭据保存到活动凭据管理器(Null Credentials Manager)。您必须为此机制手动配置存储的凭据或以不同的方式指定凭据。
我通过运行以下命令打开了“存储的用户名和密码”工具:control keymgr.dll ,但我似乎无法手动创建凭据。在我的 Window 7 机器上,TEE 凭据已正确存储并且可以正常工作,因此我转到:Control Panel\All Control Panel Items\Credential Manager 以查看 TEE 的条目作为示例,但它不存在。
- 为什么设置环境变量后不能通过'tf'命令存储凭据?问题是否与操作系统(Windows Server 2003 R2)有关?
- 正确启用后,凭据存储在哪里?(我在我的 Win 7 机器上找不到它们。)
- 如错误消息所示,有没有办法在 Window Server 2003 R2 机器上手动创建凭据?
build - 团队资源管理器构建错误 - 流不支持阅读
当我在团队资源管理器中打开构建选项卡时,我收到错误“流不支持读取”并且构建和构建定义不显示。
已经尝试过的事情:
- 清除 TFS 缓存
- 重新启动(整个计算机)
- 清除 TFS 缓存 + 重新启动(整台计算机)
以前有人遇到过这个问题吗?请注意,其他团队成员没有问题。10个中只有2个..
build - 在 Visual Studio 2012 的团队资源管理器窗格中打开构建资源管理器的热键是什么?
目前要进入构建页面,我们打开团队资源管理器并点击主页按钮并进入构建。
什么是热键?
visual-studio-2012 - Visual Studio 中缺少情节提要,团队资源管理器中缺少积压
当我第一次安装Visual Studio Premium 2012 PowerPoint Storyboard 时,今天我找不到它,它不见了。加上我在团队资源管理器中找不到积压,并且团队资源管理器中的董事会是空的,我该如何显示它。
tfs - 在不安装 Visual Studio 的情况下,我可以使用 Team Explorer 或 TFS 电动工具通过 Windows 资源管理器签入/签出文件吗?
我们需要允许用户在 Windows 资源管理器中签出签入文件。
是否必须安装 Visual Studio 才能使用 Team Explorer 或 TFS Power Tools?
需要什么样的许可证?
git - Visual Studio 2013 git 客户端 - 强制推送
是否可以从Visual Studio 2013
内置的 git 客户端强制推送?
我知道这可以通过命令行来实现,但我很感兴趣是否有这样的选项UI
。
wpf - 错误 WPF 无法在 Windows8 中使用 TeamFoundation 10.0 和 Visual Studio 2012 定位资源
我在 Windows 8 中使用 VS 2012(带有更新 4)。我已经为 VS 安装了我的插件。
当我打开 VS 2012 时出现以下错误找不到资源'teamexplorer/homepageview.xaml'
我公司的另一个合作伙伴没有任何问题。他有 VS 2012(更新 4)和 Windows 8。他安装了插件,它工作正常。
该插件使用 TeamFoundation 库版本 10.0。
有什么建议吗?
更新:
如果我在 C:\Program Files\MyCompany\MyAddins 中复制并替换 Microsoft.TeamFoundation.*.dll 和 Microsoft.VisualStudio.TeamFoundation.dll(从 10.0 版本到 11.0 版本),并更改 devenv.exe.config 以进行组装重定向(10.0 到 11.0 版本)错误不会出现。
但我的插件出现新错误:无法加载程序集文件 Microsoft.TeamFoundation.Cliente.dll 版本 10.0.0.0
如果我使用 Microsoft.TeamFoundation.*.dll 版本10.0.0.0,TeamExplorer 会失败
如果我使用 Microsoft.TeamFoundation.*.dll 版本11.0.0.0,我的插件会失败
无论如何,在另一台装有 Windows 8 和 VS 2012 Update 4 的 PC 上,我的插件使用 Microsoft.TeamFoundation.*.dll 版本 10.0.0.0 可以正常工作。
有什么建议么?
完整错误:
System.IO.IOException:找不到资源“teamexplorer/homepageview.xaml”。在 MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access) 在 System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access) 在 System.IO.Packaging.PackagePart.GetStream() 在 System.Windows .Application.LoadComponent(Object component, Uri resourceLocator) 在 Microsoft.VisualStudio.TeamFoundation.TeamExplorer.HomePageView.InitializeComponent() 在 Microsoft.VisualStudio.TeamFoundation.TeamExplorer.HomePage.CreateView(PageInitializeEventArgs e) 在 Microsoft.TeamFoundation.Controls.WPF。 TeamExplorer.TeamExplorerPageBase.Initialize(Object sender, PageInitializeEventArgs e) at Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.TeamExplorerAsyncPageBase.Initialize(Object sender,
team-explorer - TFS 2012:硬盘格式化后工作文件夹已被使用
我已经提到了很多论坛和这个问题,但我的问题是我已经格式化了我的机器。所以我无法克服这个问题。我曾尝试从 Visual Studio 命令提示符中删除工作区并清除缓存,但我觉得此映射更多地位于服务器端而不是本地缓存,因为我的机器已格式化。我不知道哪个文件保存了这个旧的工作路径。
我也尝试将项目下载到新的工作路径中。我能够下载,但是我没有得到每个文件的 TFS 图标。ieit 就像离线工作(与 TFS 数据库脱节)。在右键单击时,我们通常可以选择在线返回或上网。在这种情况下,右键单击我得到 TEAM -> Apply Patch & TEAM -> Share Project
请帮我解决这个问题。我在我的 asp.net 项目中遇到了同样的问题,当我简单地将它们下载到一个新的工作路径上时它工作正常。但是eclipse中的这个java项目在下载到新路径时似乎并没有连接到tfs,也不允许在旧路径中下载。
请不要我已经格式化了机器。所以我的情况不同,所以这可能不是其他 SO 问题的重复。
那时我没有断开或删除格式之前的工作区(由于缺乏知识)。可能这样做永远不会导致这种情况。我所做的只是检查所有文件并重新格式化我的窗口。