Hi there,
I'm a newbee :). What I'm trying to do is to use an Office Web Component in a web App like I did in a Win App. When I drag and drop the ChartSpace object to the web form, window does not generate some code automaticly in the ASPX.vb file; so what I did is copy the similar code like generate automaticly in a Win App (Protected AxChartSpaceData As AxMicrosoft.Office.Interop.OWC.AxChartSpace).
But when a use the object the first time in : AxChartSpaceData.clear() . I got the error.
Does some one know how to use the OWC in a WEb App how to set is object step by step?
I would greatly appreciate any help out there. Thank you.