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?
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?