TFS-2010 - 自定义工作项控件未显示:“表单渲染失败:对象引用未设置到对象的实例。”
我正在为任务/错误工作项开发自定义控件,以便我可以查询与工作项相关的搁置集。
首先,我测试了一个简单的控件,除了带有项目的列表框之外什么都没有。当我在 VS2010 的流程编辑器中预览布局表单时,它显示正常,但是当我创建新任务时,加载时它会显示一条消息而不是我的控件:
“表单渲染失败:对象引用未设置为对象的实例。”
我真正喜欢这些错误消息的地方在于它们总是一目了然……我一无所知,什么可能导致这种行为?
提前致谢!
克拉克
~
I'm developing a custom control for Task/Bug Work Items so I can query for shelvesets related to the Work Item.
First off I tested a simple control with nothing but a listbox with an Item. When I preview the layout form in the Process Editor in VS2010, it shows up alright, but when I create a new Task, upon loading it shows a message instead of my control:
"Form Rendering Failed: Object reference not set to an instance of an object."
What I really like about these error messages is that they're always crystal clear... I'm clueless, what could be causing this behavior?
Thanks in advance!
Clark
~
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将您创建的自定义控件的 dll 和 .wicc 放置在:
C:\Users\All Users\Microsoft\Team Foundation\Work Item Tracking\Custom Controls\10.0
确保您的 .wicc 文件正确指向您的 dll。
在团队资源管理器中刷新团队项目。
如果您的 WIT 控件可以正常工作,那么它应该可以工作。
祝你好运!
Place the dll and .wicc of the custom control you created in:
C:\Users\All Users\Microsoft\Team Foundation\Work Item Tracking\Custom Controls\10.0
Make sure your .wicc file directs to your dll correctly.
Refresh the team project in the team explorer.
If your WIT control is functional it should work.
Good Luck!