Jump to content
Software FX Community

ChartFX IE using COM within ASP.NET


User (Legacy)

Recommended Posts

Hi,

Has anyone used the Chart FX Server Object (COM) within the .NET framework.

I am currently trying to get a c# class library to wrap around the COM

object so that we can use the COM version of Chart FX within our .net site.

We are unable to use the .net version of Chart FX as the Active X Control is

also .net, and our clients are unable to install the .net framework

Any help of this would be great!!!

Cheers

Russ

Link to comment
Share on other sites

Hi All,

I have been able to get the static chart generation (ie using the active x

to read a temp file from disk) but as yet have not been able to use dynamic

stream direct to the browser,

Cheers

Russ

"Russ" <russ.1@excite.com> wrote in message

news:wlvZJJMOCHA.1280@webserver1.softwarefx.com...

> Hi,

>

> Has anyone used the Chart FX Server Object (COM) within the .NET

framework.

>

> I am currently trying to get a c# class library to wrap around the COM

> object so that we can use the COM version of Chart FX within our .net

site.

>

> We are unable to use the .net version of Chart FX as the Active X Control

is

> also .net, and our clients are unable to install the .net framework

>

> Any help of this would be great!!!

>

> Cheers

>

> Russ

>

>

Link to comment
Share on other sites

I don't think ASP.NET is binary compatible with IIS and ChartFX (I am

guessing you are trying to use GetHtmlData) is coded to "talk" with IIS COM

interfaces.

You should be able to use GetHtmlDataEx and return the stream to the

browser.

--

Regards,

JC

Software FX Support

"Russ" <russ.1@excite.com> wrote in message

news:BheRHyNOCHA.1280@webserver1.softwarefx.com...

> Hi All,

>

> I have been able to get the static chart generation (ie using the active x

> to read a temp file from disk) but as yet have not been able to use

dynamic

> stream direct to the browser,

>

> Cheers

>

> Russ

>

>

>

>

> "Russ" <russ.1@excite.com> wrote in message

> news:wlvZJJMOCHA.1280@webserver1.softwarefx.com...

> > Hi,

> >

> > Has anyone used the Chart FX Server Object (COM) within the .NET

> framework.

> >

> > I am currently trying to get a c# class library to wrap around the COM

> > object so that we can use the COM version of Chart FX within our .net

> site.

> >

> > We are unable to use the .net version of Chart FX as the Active X

Control

> is

> > also .net, and our clients are unable to install the .net framework

> >

> > Any help of this would be great!!!

> >

> > Cheers

> >

> > Russ

> >

> >

>

>

Link to comment
Share on other sites

Many Thanks :-)

"Software FX Support" <support@softwarefx.com> wrote in message

news:E3lC7aWOCHA.1280@webserver1.softwarefx.com...

> I don't think ASP.NET is binary compatible with IIS and ChartFX (I am

> guessing you are trying to use GetHtmlData) is coded to "talk" with IIS

COM

> interfaces.

>

> You should be able to use GetHtmlDataEx and return the stream to the

> browser.

>

> --

> Regards,

>

> JC

> Software FX Support

> "Russ" <russ.1@excite.com> wrote in message

> news:BheRHyNOCHA.1280@webserver1.softwarefx.com...

> > Hi All,

> >

> > I have been able to get the static chart generation (ie using the active

x

> > to read a temp file from disk) but as yet have not been able to use

> dynamic

> > stream direct to the browser,

> >

> > Cheers

> >

> > Russ

> >

> >

> >

> >

> > "Russ" <russ.1@excite.com> wrote in message

> > news:wlvZJJMOCHA.1280@webserver1.softwarefx.com...

> > > Hi,

> > >

> > > Has anyone used the Chart FX Server Object (COM) within the .NET

> > framework.

> > >

> > > I am currently trying to get a c# class library to wrap around the COM

> > > object so that we can use the COM version of Chart FX within our .net

> > site.

> > >

> > > We are unable to use the .net version of Chart FX as the Active X

> Control

> > is

> > > also .net, and our clients are unable to install the .net framework

> > >

> > > Any help of this would be great!!!

> > >

> > > Cheers

> > >

> > > Russ

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...