Browse by Tags

All Tags » Visual Studio 2008 SP1 (RSS)

The WPF DataGrid is finally here!!!

Well, their is a huge hype surrounding the release of .NET Framework 3.5 SP1 & Visual Studio 2008 SP1 ! The one release that has silently gone unnoticed is the release of the WPF DataGrid (CTP) The binaries and source is available for download here Here is a list of some of the features: Auto-generation of Columns. Simply hook up the DataGrid to an ItemsSource and at runtime it will auto-populate with variety of pre-built column types. You can also hook into column generation events to modify...

Visual Studio 2008 SP1 Beta br0ke my LINQ-to-SQL

As indicated in my previous article , I recently reinstalled my PC... One of the "updates" I made was installing Visual Studio 2008 SP1 Beta! Well... As Murphy would have it... I needed to change some stuff on a older project I have been working on. I opened the project, and I needed to update some of my LINQ-2-SQL entities just to find I can't open LINQ or compile my application! Here is the error message I received: The custom tool 'MSLinqToSQLGenerator' failed.  Could...

My WPF Build Environment

Setting up your WPF build environment can be a tedious exercise. this weekend, I re-formatted my build PC... here is what I installed to get it up and running again: Operating System Windows XP Professional Service Pack 3 All my laptop's drivers (Downloaded newest version from web) Run Windows Updated and install all the available updates Development Software Visual Studio 2008 Professional Blend 2.5 March 2008 Preview (Build number MUST be 2.1.1113.0 or better) Windows SDK (Also read Installing...