Jump to content
Software FX Community

ChartFX.Lite nd VS2005SP1


User (Legacy)

Recommended Posts

Looking thru the postings, the ChartFX.Lite product works with VS2005. But I 

am getting the following error, when I try to use it in VS2005:

Generation of designer file failed: Type

'SoftwareFX.ChartFX.Lite.Internet.Chart' does not have a public property

named 'chart'.

I am running VS2005SP1.

It works fine in my VS2003 project.

Code snippets:

<%@ Register TagPrefix="cc1" Namespace="SoftwareFX.ChartFX.Lite.Internet"

Assembly="ChartFX.Lite.Internet" %>

<cc1:chart class="chartfx"

id="ManagedVehicles"

runat="server"

border="true"

Height="400px"

LegendBox="True"

Gallery="Bar"

Chart3D="False"

BackColor="White"

width="500px"

position="relative"

XAxis

PointLabels="True">

<cc1:chart>

Does anyone have any ideas?

Thanks,

Karel Bekker

Link to comment
Share on other sites

Looking thru the postings, the ChartFX.Lite product works with VS2005. But I 

am getting the following error, when I try to use it in VS2005:

Generation of designer file failed: Type

'SoftwareFX.ChartFX.Lite.Internet.Chart' does not have a public property

named 'chart'.

I am running VS2005SP1.

It works fine in my VS2003 project.

Code snippets:

<%@ Register TagPrefix="cc1" Namespace="SoftwareFX.ChartFX.Lite.Internet"

Assembly="ChartFX.Lite.Internet" %>

<cc1:chart class="chartfx"

id="ManagedVehicles"

runat="server"

border="true"

Height="400px"

LegendBox="True"

Gallery="Bar"

Chart3D="False"

BackColor="White"

width="500px"

position="relative"

XAxis

PointLabels="True">

<cc1:chart>

Does anyone have any ideas?

Thanks,

Karel Bekker

Link to comment
Share on other sites

  • 1 month later...

I think I'm having the same problem. I'm using Visual Basic 2005 Express 

Edition. Should ChartFX work with this version of VB or what is the

reason for such error message?

--

Antti Ruhanen

"Karel Bekker" <kbekker@wheels.com> wrote in

news:NrHPkSPOHHA.2276@webserver3.softwarefx.com:

>

> Looking thru the postings, the ChartFX.Lite product works with VS2005.

> But I am getting the following error, when I try to use it in VS2005:

>

> Generation of designer file failed: Type

> 'SoftwareFX.ChartFX.Lite.Internet.Chart' does not have a public

> property named 'chart'.

>

> I am running VS2005SP1.

> It works fine in my VS2003 project.

Link to comment
Share on other sites

I think I'm having the same problem. I'm using Visual Basic 2005 Express 

Edition. Should ChartFX work with this version of VB or what is the

reason for such error message?

--

Antti Ruhanen

"Karel Bekker" <kbekker@wheels.com> wrote in

news:NrHPkSPOHHA.2276@webserver3.softwarefx.com:

>

> Looking thru the postings, the ChartFX.Lite product works with VS2005.

> But I am getting the following error, when I try to use it in VS2005:

>

> Generation of designer file failed: Type

> 'SoftwareFX.ChartFX.Lite.Internet.Chart' does not have a public

> property named 'chart'.

>

> I am running VS2005SP1.

> It works fine in my VS2003 project.

Link to comment
Share on other sites

  • 10 years later...

Archived

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

×
×
  • Create New...