Visual Studio 2010 工作流设计器显示无国界构建任务

发布于 2024-12-09 11:47:05 字数 1583 浏览 0 评论 0原文

我在 Visual Studio 2010 中使用 TFS 构建工作流可视化工具时遇到显示问题。

重现步骤:
1) 运行 devenv /safemode
2) 从源代码管理打开 DefaultTemplate.xaml。 (自从 TFS 创建项目以来,我的尚未修改)

预期行为:所有任务均显示有边框
实际行为:仅当前选定的任务显示边框

我从未在这台计算机上使用过构建工作流程编辑器,因此我不知道它是否有效。 最近安装了ReSharper 6.0,但是我卸载了它,没有效果。

还有其他人见过这样的行为吗?或者知道如何解决吗?

环境:

Microsoft Visual Studio 2010 版本 10.0.40219.1 SP1Rel 微软.NET框架 版本 4.0.30319 SP1Rel

安装版本:Ultimate
Microsoft Office 开发人员工具 01019-532-2002102-70357
微软 Visual Basic 2010 01019-532-2002102-70357
微软 Visual C# 2010 01019-532-2002102-70357
微软视觉 F# 2010 01019-532-2002102-70357
Microsoft Visual Studio 2010 架构和建模工具 01019-532-2002102-70357
Microsoft Visual Studio 2010 代码分析拼写检查器 01019-532-2002102-70357
Microsoft Visual Studio 2010 团队资源管理器 01019-532-2002102-70357
微软可视化Web开发人员2010 01019-532-2002102-70357
编码 UI 测试编辑器 1.0
适用于 Microsoft Visual Studio 2010 的水晶报表模板
Microsoft Visual Studio 2010 Ultimate 修补程序 - ENU (KB2522890)
Microsoft Visual Studio 2010 Ultimate 修补程序 - ENU (KB2529927)
Microsoft Visual Studio 2010 Ultimate 修补程序 - ENU (KB2547352)
Microsoft Visual Studio 2010 Ultimate 修补程序 - ENU (KB2548139)
Microsoft Visual Studio 2010 Ultimate 修补程序 - ENU (KB2549864)
Microsoft Visual Studio 2010 Ultimate 修补程序 - ENU (KB2565057)
Microsoft Visual Studio 2010 SharePoint 开发人员工具 10.0.40219
Microsoft Visual Studio 2010 Ultimate - ENU Service Pack 1 (KB983509)
Microsoft Visual Studio 2010 可视化和建模功能包 2.0
NuGet 包管理器 1.5.20902.9026
主题管理器1.0
用于管理 Visual Studio 配色方案的包

I'm having a display problem with the TFS build workflow visualizer in Visual Studio 2010.

Steps to reproduce:
1) Run devenv /safemode
2) Open DefaultTemplate.xaml from source control. (Mine has not been modified since TFS created the project)

Expected behavior: All tasks displayed with border
Actual behavior: Only the currently selected task has borders displayed

I've never used the build workflow editor on this machine so I have no idea if it ever worked.
ReSharper 6.0 was installed recently, but I uninstalled it and it had no effect.

Has anybody else seen behavior like this? Or know how to fix it?

Environment:

Microsoft Visual Studio 2010
Version 10.0.40219.1 SP1Rel
Microsoft .NET Framework
Version 4.0.30319 SP1Rel

Installed Version: Ultimate
Microsoft Office Developer Tools 01019-532-2002102-70357
Microsoft Visual Basic 2010 01019-532-2002102-70357
Microsoft Visual C# 2010 01019-532-2002102-70357
Microsoft Visual F# 2010 01019-532-2002102-70357
Microsoft Visual Studio 2010 Architecture and Modeling Tools 01019-532-2002102-70357
Microsoft Visual Studio 2010 Code Analysis Spell Checker 01019-532-2002102-70357
Microsoft Visual Studio 2010 Team Explorer 01019-532-2002102-70357
Microsoft Visual Web Developer 2010 01019-532-2002102-70357
Coded UI Test Editor 1.0
Crystal Reports Templates for Microsoft Visual Studio 2010
Hotfix for Microsoft Visual Studio 2010 Ultimate - ENU (KB2522890)
Hotfix for Microsoft Visual Studio 2010 Ultimate - ENU (KB2529927)
Hotfix for Microsoft Visual Studio 2010 Ultimate - ENU (KB2547352)
Hotfix for Microsoft Visual Studio 2010 Ultimate - ENU (KB2548139)
Hotfix for Microsoft Visual Studio 2010 Ultimate - ENU (KB2549864)
Hotfix for Microsoft Visual Studio 2010 Ultimate - ENU (KB2565057)
Microsoft Visual Studio 2010 SharePoint Developer Tools 10.0.40219
Microsoft Visual Studio 2010 Ultimate - ENU Service Pack 1 (KB983509)
Microsoft Visual Studio 2010 Visualization and Modeling Feature Pack 2.0
NuGet Package Manager 1.5.20902.9026
Theme Manager 1.0
Package for managing Visual Studio color schemes

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

止于盛夏 2024-12-16 11:47:05

它比这更复杂。
经过多次谷歌搜索和尝试,我设法通过以下方式正确渲染流程:

  1. 在“Visual Studio 颜色主题编辑器”主题菜单中设置默认主题。
  2. 禁用扩展并重新启动 VS
  3. - 此时流程将按预期显示 -
  4. 再次启用扩展再次
  5. 设置我的主题(从而摆脱“打在我的眼睛”默认配色方案。

现在的问题是,一旦当我再次重新启动 VS 时,我又回到了第一个方块,即没有边框。

It's more involved than this.
After much googling and trying, I managed to get the flow to render correctly by:

  1. setting the default theme in the "Visual Studio Color Theme Editor" Theme menu.
  2. disabling the extension and restarting VS
  3. -at this point the flow is displayed as it should -
  4. enabling the extension again
  5. setting my theme again (and thus getting rid of the "punch in my eye" default color scheme.

The problems now is that as soon as I restart VS again, I'm back to square one, i.e. no borders.

姜生凉生 2024-12-16 11:47:05

用于管理 Visual Studio 配色方案的包

我也遇到了同样的问题。当我禁用 Visual Studio 颜色主题编辑器扩展时,它就消失了。

Package for managing Visual Studio color schemes

I had the same problem. It went away when I disabled the Visual Studio Color Theme Editor extension.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文