David
|
| Posted: 04/24/2002, 3:42 PM |
|
I get the same error
Unable to initialize the pointer to the Object Model
I get the following error when I launch CCS :
"Module Framework
Error occurred while verifying the MS DHTML Editing object.
Try to reinstall MS Internet Explorer.
Module Object Model
-------------------------------------------------------------------
CodeCharge Studio 1, 0, 3, 0
Win 5.0 build 2195, Service Pack Service Pack 1
IE 5.00.3103.1000, XML 8.20.8730.1,
RAM 87Mb/255Mb, HDD 947Mb/3993Mb"
|
|
|
 |
Joachim Uersfeld
|
| Posted: 04/24/2002, 11:47 PM |
|
I have no problems with Win 5.0 build 2195, Service Pack 2, and IE 6.026.
|
|
|
 |
Alex Alexapolsky
|
| Posted: 04/25/2002, 2:09 AM |
|
Is Visual Studio .Net installed on this computer where you get the error?
|
|
|
 |
david
|
| Posted: 04/25/2002, 8:10 AM |
|
No. Visual Studio .Net is not installed on my computer.
|
|
|
 |
david
|
| Posted: 04/25/2002, 8:47 AM |
|
ok - installed IE 6 - Still not working - Please help - I am going crazy not being able to use it.
thks
Unable to initialize the pointer to the Object Model
Module Framework
Error occurred while verifying the MS DHTML Editing object.
Try to reinstall MS Internet Explorer.
Module Object Model
-------------------------------------------------------------------
CodeCharge Studio 1, 0, 3, 0
Win 5.0 build 2195, Service Pack Service Pack 2
IE 6.0.2600.0000, XML 8.20.8730.1,
RAM 124Mb/255Mb, HDD 576Mb/3993Mb
|
|
|
 |
david
|
| Posted: 04/25/2002, 8:47 AM |
|
ok - I 've installed service pack 2 and IE 5.5 but still not working. Here is the error message now :
-----------------------------------------------------------------
Unable to initialize the pointer to the Object Model
Module Framework
Error occurred while verifying the MS DHTML Editing object.
Try to reinstall MS Internet Explorer.
Module Object Model
-------------------------------------------------------------------
CodeCharge Studio 1, 0, 3, 0
Win 5.0 build 2195, Service Pack Service Pack 2
IE 5.50.4522.1800, XML 8.20.8730.1,
RAM 129Mb/255Mb, HDD 606Mb/3993Mb
|
|
|
 |
CodeCharge Support
|
| Posted: 04/26/2002, 2:40 AM |
|
Hello,
if Visual Studio .Net is installed on your computer please try to register manually the following dlls (via regsrv32.exe)
Here is instructions on how to register dlls.
In windows 9x regsvr32.exe file is located in windows/system directory,
If you use windows 2000, the file is located in windows/system32 directory.
To register these dlls , if windows is installed on C driver , click windows "Start" button,
then select "Run" menu, type and run these commands one by one :
c:\windows\system32\regsvr32.exe "c:\Program Files\Common Files\Microsoft Shared\Triedit\DHTMLED.OCX"
c:\windows\system32\regsvr32.exe "c:\Program Files\Common Files\Microsoft Shared\Triedit\TRIEDIT.DLL"
c:\windows\system32\regsvr32.exe "c:\Program Files\Common Files\Microsoft Shared\Triedit\DTCRT.DLL"
If you have Windows 9x you should replace "system32" with "system" in the lines above.
|
|
|
 |
|