Office Web Component 9.0 vs 11

P

Pankaj

Hi,

We have some asp pages using spreassheet and chart components. These pages are working fine where users have Office 2000 (OWC 9.0). Now, some of users have installed Office 2003 and spreadsheet components and chart components stopped working. Shows some eror on page (method not found). I installed OWC 11 on users (using Office 2003) machine but styill doesn't work

Now we have two sort of users, one using Office 2000 and others using 2003. Can you please suggest me, how to fix the problem so both types of users can use existing web pages

Thanks
 
J

Jamie

good question. i'm having the same problem with some old reports i wrote 2
years ago for Office 2000. Now that i'm on a new machine with WinXP and
Office 2003 they don't work anymore and i get this message.

Error: Object doesn't support this property or method: 'oChart.Constants'

I'm using it through an ASP page and this is the line it's complaining about
that works fine on older machines.

Set c = oChart.Constants


Pankaj said:
Hi,

We have some asp pages using spreassheet and chart components. These pages
are working fine where users have Office 2000 (OWC 9.0). Now, some of users
have installed Office 2003 and spreadsheet components and chart components
stopped working. Shows some eror on page (method not found). I installed OWC
11 on users (using Office 2003) machine but styill doesn't work.
Now we have two sort of users, one using Office 2000 and others using
2003. Can you please suggest me, how to fix the problem so both types of
users can use existing web pages.
 
J

Jamie

so i guess they aren't backwards compatible? that's horrible.

i tried setting the codeBase on the chart object in my asp page to the
msowc.cab file in the office 2000 installation directory but it complains
that it can't install with the following message.

"The Microsoft Office Web Installer requires administrator privileges in
order to install necessary components. Installation failed."

and i am a local administrator on this system.
 
P

Pankaj

Guys

Any Solution to our problem

Panka

----- Jamie wrote: ----

so i guess they aren't backwards compatible? that's horrible

i tried setting the codeBase on the chart object in my asp page to th
msowc.cab file in the office 2000 installation directory but it complain
that it can't install with the following message

"The Microsoft Office Web Installer requires administrator privileges i
order to install necessary components. Installation failed.

and i am a local administrator on this system
 
P

Pankaj

Thanks for the Tip Alvin

I couldn't find owc 9.0. Searched every where. Can someone tell me where I can find it

Thanks

----- Alvin Bruney [MVP] wrote: ----

have you tried re-registering the component again (owc9
 
A

Alvin Bruney [MVP]

You'd have to find the office 2000 cd, it's on there.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Pankaj said:
Thanks for the Tip Alvin.

I couldn't find owc 9.0. Searched every where. Can someone tell me where I can find it.

Thanks.

----- Alvin Bruney [MVP] wrote: -----

have you tried re-registering the component again (owc9)

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Pankaj said:
page to
the
msowc.cab file in the office 2000 installation directory but
it
complains
that it can't install with the following message.
privileges
in
order to install necessary components. Installation failed."
WinXP
and complaining
 
T

Thao Moua [ms]

Office 2003 does not ship the OWC9 control. The client machine needs to install the OWC9 control from the Office2k or OfficeXP setup CD.

Thao Mou
OWC Webchart Suppor

This posting is provided "AS IS" with no warranties, and
confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top