Building custom controls in Team System Web Access
Team System Web Access 2008 powertool is released with TFS 2008 recently on Nov 19th (see here for WIT improvements in this release). So I expect more people will start looking into porting their custom controls over to Web Access or building new ones in Web Access. Few asked me how to building custom controls for web access, and here is how from Hakan who owns TSWA:
Our SDK is shipped along with Team System Web Access itself, so you will have it when you install TSWA.
You can download our CTP release at:
Once you install it, look under the installation directory – you’ll see an “SDK” directory with the documentation and samples for WIT custom controls.
Custom controls built for VS winforms cannot be used as-is in web access because of technology differences, but it is as easy to build new ones for Web Access. Check out the SDK.
Comments
Anonymous
November 20, 2007
PingBack from http://msdnrss.thecoderblogs.com/2007/11/20/building-custom-controls-in-team-system-web-access/Anonymous
November 26, 2007
Martin Woodward on Team Foundation Server 2008 - What's New Talk. Adamga on TFS for Defect Tracking!...Anonymous
April 27, 2008
Hallo Naren, I tried a custom control in the SDK and its not working well for me. Always showing a message like 'Unable to load the work item control WorkItemIdReference ' I have saved the wicc file & ddll file in the path specified in the web.config of Web Access, like C:Document and settingsAll Users..........CustomControls9.0 Is there any way to find out what the problem is ? or where the assembly is looking for the dllAnonymous
April 28, 2008
If you have troubles using custom controls in VS UI, try troubleshooting steps at: http://blogs.msdn.com/narend/archive/2006/10/02/How-to-use-Custom-Controls-in-Work-Item-Form.aspx