capicom.dll is not properly installed or registered

Loading

As I loaded up the link to use the HP Quality Center 10, an error message greeted me. CAPICOM:DLL is not properly installed or registered. Please install CAPICOM.DLL and restart your browser. As with other DLLs in Windows XP, some may not have registered properly. I used the following command to re-register the DLL. regsvr32 … Read more

Null characters in file

Loading

Some program could not handle interfacing files which contains null characters and has often causes support people lots of run around to find the cause. A simple way to identify the locations of null characters in a flat file is by using the following command. Works well each time for me. 🙂   tr ‘\0’ … Read more

PuttyCM – Object reference not set to an instance of an object error

Loading

I was recently introduced to PuttyCM and am hooked to it till now. Just a while ago while I was making some changes to the config and all of a sudden I could not access the software. Unexpected Error “object reference not set to an instance of an object” shows up and I can’t seem … Read more