Windows Presentation Foundation 4: New Features
January 12, 2011 by taxi · Leave a Comment
Windows Presentation Foundation (WPF) is a tool for developing rich client applications. Its latest version released by Microsoft, WPF 4 has many new features and improvements over its predecessor. We will be discussing some of its new features that are available with Visual Studio 2010: MultiTouch: Microsoft Windows 7 OS brings latest multi touch capabilities, [...]
Migrate from MySQL to SQL Server
August 23, 2010 by Nauman · Leave a Comment
Migrate from MySQL to SQL Server with ease. Microsoft has launched a small utility to migrate a database from MySQL to SQL Server. Name of the utility is SQL Server Migration Assistant for MySQL. More details can be found here
Hibernate – Insufficient system resources exist to complete the API
November 5, 2009 by Nauman · Leave a Comment
This annoying error comes up when a user tries to hibernate its system, and this error pops up and now the hibernation option is not available until system restarts. This problem occurs because the Windows kernel power manager cannot obtain the memory resources that are required to prepare the computer to [...]
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154
November 3, 2009 by Nauman · 21 Comments
Sometimes when working with office Interop assemblies the above mentioned error occurs. I had also got the same when using Microsoft Excel interop assembly and adding its reference in my ASP.NET application. The problem is that by default when Microsoft Excel is used as a COM object then it can only be [...]