I was recently looking for an offline blogging editor and after much research I stumbled upn BlogDesk. After reading some good reviews about it, I decided to give it a shot. The installation went smooth. But then I got the following error message when I tried to launch it -
Run-time error ‘339′: Component ‘dhtmled.ocx’ or one of its dependencies not correctly registered: a file is missing or invalid
From my past experience with such similar errors, I could make out that it has something to do with registering if the DLL files, but I could not figure out which ones. All the googling wasn’t really helping and then after about 10 mins of googling, I came across this French site. I really suck at French but I somehow translated the solutions and it worked!!
Here is the translated solution -
-
Click on Start-> Run->cmd
-
Type - cd C:\Program Files\Common Files\Microsoft Shared\Triedit and then hit Enter
-
Type the following commands hitting enter after each line
-
regsvr32 /u triedit.dll
-
regsvr32 /u dhtmled.ocx
-
regsvr32 triedit.dll
-
regsvr32 dhtmled.ocx
-
-
Now open BlogDesk and it will be all good!
1 comment so far ↓
In the BlogDesk forum you can find the english version:
http://forum.blogdesk.org/viewtopic.php?t=204
Leave a Comment