Compdigitec Labs

Windows

Solving Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in ASP.NET 4.0

Monday, July 12th, 2010

If you have just installed Visual Studio 2010 or the .NET 4.0 Framework and trying to host ASP.Net 4.0 applications doesn’t work for you and results in the following error message: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” It means that you haven not yet run the aspnet_iisreg.exe executable needed to register the ASP.NET 4 […]

Solving “The name … does not exist in the current context” in ASP.NET

Wednesday, July 7th, 2010

A little-known fact is that in ASP.NET is that you cannot have two copies of the same ASP.NET web page in the same folder, or it will attempt to load elements (such as controls) from the (usually) wrong page, and end up confusing itself, resulting in the error “The name … does not exist in […]

Sound in Windows 98 on VMware

Saturday, February 27th, 2010

By default, even after installing the VMWare Tools provided by VMWare (Player, Workstation or Server), the VMWare Tools package still does not install an audio driver, even though it installed a mouse driver and a SVGA driver for true colour graphics. However, most of the time we would like some audio in Windows 9x guests, […]

Windows SteadyState – a free DeepFreeze?

Friday, January 8th, 2010

For quite a while, the program Faronics DeepFreeze has been the standard program for locking down Windows installations against abuse by end-users. However, now even Microsoft themselves are trying to obtain a piece of this pie with a new freeware called Windows SteadyState. This new program can act just like the full DeepFreeze program and […]

Console-free gtkmm applications in Visual Studio 2008

Sunday, December 6th, 2009

When compiling Gtkmm programs on Microsoft Windows using Visual C++, a black console box pops up when you run the program. However, setting the application subsystem to Windows will cause the program to complain about WinMain and other problems. Here is a versatile solution from the Gtkmm mailing list to get Gtkmm to work on […]

Enable and disable VBoxTray on demand

Saturday, September 12th, 2009

If you have upgraded to VirtualBox 3, even though it may be way faster and more efficient (and now supports DirectX), there is still one feature that managed to fall through the cracks and regress: clipboard support is incomplete. For example, if you go into Windows Explorer and right click any file and “Copy”, when […]

Media Player Classic – a small lightweight media player

Thursday, August 27th, 2009

Windows Media Player is generally an good bulit-in media player, but in recent version seems to have become big and unnecessarily bloated with size, and also has become very slow. A good alternative to it would be Media Player Classic, a lightweight, small and fast media player that resembles very closely the good old-fashioned Media […]

Firefox 3 on Windows 7 undocumented key combo

Sunday, August 16th, 2009

When using Firefox 3 on Windows 7, you may find that sometimes Firefox randomly converts some of your keystrokes into different keys. However, this has not yet been experienced on any other program on Windows 7 or Firefox on a different operating system. For example some of the keys that are “randomly translated” include: ” […]

Converting AVI videos to animated GIF images

Wednesday, August 12th, 2009

AVI is one of the many video formats out there, but what if you only want to show the picture portion of the clip and not the sound? By converting the AVI to a GIF clip, it can not only be distributed on the Internet easier and quicker and doesn’t require a media player to […]

MySQL Query Browser – a standalone MySQL administration tool

Monday, August 3rd, 2009

Online MySQL administration tools such as phpMyAdmin are great for administering MySQL databases, but unfortunately it is not so great if you work with large databases or have to mass manipulate records. By using an offline MySQL administration tool, you can remove the overhead of the HTTP(S), (X)HTML and the web browser by communicating directly […]

« Previous Entries Next Entries »