When I try to Insert a Comment object into any level of the Workbench Simulation tree (Model, Environment, Solution), I get a Script Error similar to the following:

Script Error
Line: 22367
Char: 6
Error: 'DOM.body" is null or not an object
Code: 800a138f
Source: Microsoft JScript runtime error
Script: commentObj.Text = dhtmlEdit.DOM.body.innerHTML;


The DHTML edit control is not registered on the machine.
The control is C:Program FilesCommon FilesMicrosoft SharedTrieditdhtmled.ocx
GUID is {2D360201-FFF5-11d1-8D03-00A0C959BC0A}.

You can register the control manuallly by using Regsvr32.exe

At a Windows Command Prompt:

C:> cd C:Program FilesCommon FilesMicrosoft SharedTRIEDIT>

C:Program FilesCommon FilesMicrosoft SharedTRIEDIT>dir
Volume in drive C is Local Disk
Volume Serial Number is 1234-5678

Directory of C:Program FilesCommon FilesMicrosoft SharedTRIEDIT

09/16/2004 09:48a <DIR> .
09/16/2004 09:48a <DIR> ..
08/29/2002 10:14a 117,248 dhtmled.ocx
08/29/2002 10:14a 146,432 triedit.dll
2 File(s) 263,680 bytes
2 Dir(s) 2,822,509,056 bytes free

C:Program FilesCommon FilesMicrosoft SharedTRIEDIT>regsvr32.exe dhtmled.ocx

Dialog: : DLLRegisterServer in dhtmled.ocx succeeded.





Show Form
No comments yet. Be the first to add a comment!