|
Home > Archive > Application Center Usage > July 2005 > Can't display test results
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Can't display test results
|
|
|
| Hi,
I'm having a problem displaying test results.
When I click on a test result, a dialog box is displayed
with the following message:
A Runtime Error has occured.
Do you wish to Debug?
Line: 114
Error: Object doesn't support this property or
method 'g_oChartSpace.AllowAboutDialog.
Anyone else have this problem and find a workaround?
Thanks in advance,
Bob
| |
| Garry From Modcomp 2004-09-22, 9:56 pm |
| Hi Bob,
Did you make any progress with this because I have exactly the same problem.
Any help would be much appreciated.
Regards,
Garry
"Bob" wrote:
> Hi,
>
> I'm having a problem displaying test results.
>
> When I click on a test result, a dialog box is displayed
> with the following message:
> A Runtime Error has occured.
> Do you wish to Debug?
>
> Line: 114
> Error: Object doesn't support this property or
> method 'g_oChartSpace.AllowAboutDialog.
>
> Anyone else have this problem and find a workaround?
>
> Thanks in advance,
> Bob
>
| |
|
| I *think* this is a Microsoft Office service pack issue. My problem machine has Microsoft Office 2002 SP3 installed. A colleague of mine has Office 2002 SP1 and is not having any problems with ACT.
Hope this helps,
Bob | |
| Charles 2004-10-27, 5:49 pm |
| Hi Bob,
I was also experiencing the same problem and have identified the reason. The
charts are create by the Office Web components and there seem to be a
conflict with the version I had installed.
In my situation I had 2 versions of the OWC installed, once for Office XP
and one for Office 2000. I deinstalled both versions and reinstalled only the
2000 version.
Good luck!
Charles/
"Bob" wrote:
> Hi,
>
> I'm having a problem displaying test results.
>
> When I click on a test result, a dialog box is displayed
> with the following message:
> A Runtime Error has occured.
> Do you wish to Debug?
>
> Line: 114
> Error: Object doesn't support this property or
> method 'g_oChartSpace.AllowAboutDialog.
>
> Anyone else have this problem and find a workaround?
>
> Thanks in advance,
> Bob
>
| |
| Coldkilla 2005-07-15, 3:38 pm |
| Here's what worked for me.
Searching my whole filesystem for msowc.dll resulted in 2 files found:
C:\Program Files\Microsoft Office\Office\msowc.dll
and
C:\Program Files\Microsoft Office\Office10\msowc.dll
Checking Version tab of File Properties:
C:\Program Files\Microsoft Office\Office\msowc.dll reports as version 9.0.0.6430
C:\Program Files\Microsoft Office\Office10\msowc.dll reports as version 9.0.0.8028
So I unregistered the older version.
regsvr32 /u "C:\Program Files\Microsoft Office\Office\msowc.dll"
And just to be safe, (re)registered the newer one.
regsvr32 /u "C:\Program Files\Microsoft Office\Office10\msowc.dll"
Test results immediately began displaying correctly. |
|
|
|
|