Team Build Error - “contains more than the allowed 259 characters. Type or select a shorter path.”

10. December 2009

We use Team Foundation Server as our code repository and Team Foundation Server’s Team Build to perform automated nightly builds.  We have configured Team Build for check-ins to trigger a new build.  After check-ins of a large amount of code yesterday for one of our new SQL Server 2008 Dat... [More]

Errors & Troubleshooting, Featured, Headliners , , , ,

Creating a JavaScript Object Cache

21. August 2008

If you have ever wanted an easy way to cache JavaScript objects and data in your client-side code just like you would when using the ASP.Net's Server side cache then read this article. Monsur Hossain wrote a JavaScript LRU Cache which my partner found while we were searching for a JavaScript cachi... [More]

Code Example, Web Development, Featured ,

How to modify Reporting Services CSV export Behavior

29. January 2008

So you are trying to modify the Reporting Services CSV export behavior.  This article will outline two specific behavior changes: How to turn off exporting of the header record How to change the encoding to ASCII By default Reporting Services exports a CSV file encod... [More]

Configuration, Headliners, Featured ,