On my developer pc I had a .NET Framework 4.0 RC installation, over which I installed the final release, without removing the RC version. When I wanted to set things right and uninstall all of .NET Framework 4.0 the normal way through control panel, it failed to do so. Also I could not repair or reinstall it.
Via google I found Aaron Stebner's blog where one can download a handy utility '.NET Framework Cleanup Tool'. This tool helped met in removing the last remains of version 4.0. After the cleanup I was able to install the .NET Framework 4.0 again and continue my real work.
The tool can be found here
SQL Server - Reporting services - Integration services - Analysis Services - WCF - Lightswitch
Friday, April 30, 2010
Monday, April 19, 2010
Understanding and Using APPLY in SQL Server
I've read an interesting article by Paul White on Understanding and Using APPLY:
Understanding and Using APPLY (Part 2)
Understanding and Using APPLY (Part 2)
Friday, April 02, 2010
how to update the window in WPF while performing computations
since WPF is multithreaded, updating the window while looping through computations is not evident. I found this solution on
Michael Covington's site
Michael Covington's site
Subscribe to:
Posts (Atom)