Jump to content
Software FX Community

Special Objects


Sean

Recommended Posts

When l add specialobjects the chart is returns a error in the desginer "SpecialObjects could not be initialized. Details: Entry point was not found." 

I have re-installed the chatfx and the latest SP

 <chartfx7:Chart ID="chart" runat="server" Height="380px" RenderFormat="Auto" BackColor="#FFFFFF" PlotAreaColor="Transparent" Width="375px">

<LegendBox Visible="False">

</LegendBox>

<SpecialObjects>

<chartfxadornments:ImageBorder AssemblyName="ChartFX.WebForms.Adornments" Color="109, 125, 138">

</chartfxadornments:ImageBorder>

<chartfxadornments:SolidBackground AssemblyName="ChartFX.WebForms.Adornments">

</chartfxadornments:SolidBackground>

</SpecialObjects>

<Series>

<chartfx7:SeriesAttributes />

<chartfx7:SeriesAttributes />

<chartfx7:SeriesAttributes />

</Series>

</chartfx7:Chart>
Link to comment
Share on other sites

What version of VS are you using?

Can you please include the header of your page. You should havesomething like this:

 <%@ Register assembly="ChartFX.WebForms" namespace="ChartFX.WebForms" tagprefix="chartfx8" %>

<%

@ Register assembly="ChartFX.WebForms.Adornments" namespace="ChartFX.WebForms.Adornments" tagprefix="chartfx8adornments" %>

<%

@ Register assembly="ChartFX.WebForms" namespace="ChartFX.WebForms.Galleries" tagprefix="chartfx8galleries" %>

In particular for this case, the registration of ChartFX.WebForms.Adornments is required. If it isn't there you can add it. In order to ber compatible with VS 2008 we had to do some changes there but forms create before the latest servce pack may present this problem.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...