Server object error 'ASP 0177 : 800401f3' after Office 2003 Upgrade

J

Jay Griffin

I have an asp page that was working fine with Office XP OWC. After
upgrading to Office 2003, I received this error message:

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/sapcssrpt/rt/functions.asp, line 3
Invalid ProgID. For additional information specific to this message
please visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.

The first few lines of functions.asp are:

Function barChartImage(strTitle, strCategory, strValues, aryData,
aryLabel, strColor, intWidth, intHight, strFormat, strMax, strMin)
Set objChartSpace = Server.CreateObject("OWC.Chart")
Set objChart = objChartSpace.Charts.Add
Set c = objChartSpace.Constants

I tried re-register OWC11.DLL, but that did not help.

Any Suggestions?
 
T

Thao Moua [ms]

Find and re-register the file msowc.dll. It looks like
the file got unregistered. Upgrading Office should not
have touched this file.

Thao Moua
OWC Webchart Support

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
 
Top