Subject: Live ASP.NET Charts with Office Web Components
Posted By: 102504502 Post Date: 2/21/2006 6:49:51 AM
I am trying to make a dynamic charting function with c# and asp.net but keep getting the following error message;

(COM object with CLSID {0002E546-0000-0000-C000-000000000046} is either not valid or not registered. )

OleDbDataAdapter da = new OleDbDataAdapter(sqlStr, oleDbConnection1);
da.Fill(ds);
OWC10.ChartSpaceClass oChartSpace = new OWC10.ChartSpaceClass();
System.IO.StringWriter sw = new System.IO.StringWriter();
 XmlDocument xDoc = new XmlDocument();



I have added all the supplied dll files but am not sure what is wrong. I would appreciate some help, thanks!


Go to topic 40365

Return to index page 364
Return to index page 363
Return to index page 362
Return to index page 361
Return to index page 360
Return to index page 359
Return to index page 358
Return to index page 357
Return to index page 356
Return to index page 355