A
Alvin Bruney
COM object with CLSID {0002E556-0000-0000-C000-000000000046} is either not
valid or not registered.
when i try to use this in my code. another application with the owc works
fine. it seems to be a problem related to the chart component.
my code looks like this:
//First create a ChartSpace object to hold the chart
OWC10.ChartSpace objCSpace = new OWC10.ChartSpaceClass ();
//Add a chart in the ChartSpace. The Add method returns a chart object.
OWC10.ChChart objChart = objCSpace.Charts.Add (0);
Any ideas, i've tried a bunch of stuff with no success. including removing
and re-installing the component.
valid or not registered.
when i try to use this in my code. another application with the owc works
fine. it seems to be a problem related to the chart component.
my code looks like this:
//First create a ChartSpace object to hold the chart
OWC10.ChartSpace objCSpace = new OWC10.ChartSpaceClass ();
//Add a chart in the ChartSpace. The Add method returns a chart object.
OWC10.ChChart objChart = objCSpace.Charts.Add (0);
Any ideas, i've tried a bunch of stuff with no success. including removing
and re-installing the component.