Bruce, I am having issues trying to get the demo working.
Specifically, the demo crashes trying to call
u_chart.of_set_data(xml) with a generic error of: "error
calling external object function ...".
I know that the XML data is fine so its not that. I compiled
the InteropGraph project and have the InteropGraph.dll
located in the root folder. I can see the outline of a graph
(and series 1) when looking at the layout view of u_chart
and it is recognized as InteropGraph.InteropUserControl.
Any ideas what I am doing wrong or did not do? Thanks in
advance.
Using:
PB 11.5 Pro
VS 2008 Pro
Vista Business
http://pbdj.sys-con.com/node/1076828
You do have the .Net 3.5 add in installed, correct? The Chart
Controls aren't part of the regular install.
-----------------------------------
My Web 2.0 Stuff
Blog: http://bruce.pbdjmagazine.com/
Facebook: http://www.facebook.com/people/Bruce-Armstrong/1600223798
Fotki: http://public.fotki.com/brucearmstrong/
LinkedIn: http://www.linkedin.com/in/bruceaarmstrong
Twitter: http://twitter.com/bruce_armstrong
YouTube: http://www.youtube.com/user/brucearmstrong
Glad it's working for you!
>u_chart.of_set_data(xml) with a generic error of:
> "error >> >calling external object function ...".
Both .NET v3.5 and Chart control for .NET v3.5 are installed
on my computer.
TIA
On 19 Aug 2009 16:50:20 -0700, Gord Cross wrote: