13 Nov
2009

Using the jQuery UI Datepicker with ASP.NET MVC 2 Templates

Brad Wilson has recently completed a blog series about Templates in MVC 2. I really like this feature as it provides me with the ability to quickly generate screens, even if eventually I might have to go back and rework them. Basically I want to have my cake and eat it – I want the […]

Read More
11 Nov
2009

Delete a work Item in TFS

Category:General PostTag: :

I needed to delete a work item in TFS and found that by design it is not easy to do. I found that this can be done using the TFS Power Tools via the command line. tfpt.exe destroywi /server:http://ServerName:8080 /workitemid:123 You will get a warning: This action is not recoverable. Are you sure you want […]

Read More
10 Nov
2009

Unrecognized attribute ‘targetFramework’ – Asp.Net 4.0

I ran across this error after pushing out an upgraded .NET 4.0 MVC2 application to its existing IIS website.  After some digging around I found this document on MSDN: How to: Upgrade an ASP.NET Web Application to ASP.NET 4 Since the application was previously built on version 3.5, IIS was configured to run as Asp.Net […]

Read More