Jump to content
Software FX Community

chia

Members
  • Posts

    1
  • Joined

  • Last visited

chia's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Recently, I have upgraded my web app from .NET 1.1 to .NET 2.0. Luckily, it seems like I didn't have to upgrade my chart FX. Thus, I have my .NET 2.0 and Chart FX for .NET 6.2 working together okay. Everything compile and run okay. However, when I check page-by-page to fix aspx page formatting correction issues (caused by the upgrade, i.e. use <table> tag instead of <TABLE> tag issues...). I was doing okay except when I run into this Chart FX issue. In the object I created through Chart FX, the Extensions tag causes error. Please refer to the follow code. When I view my aspx page in source mode, I can see the error message show the "SoftwareFX.ChartFX.DefaultBorder " and "SoftwareFX.ChartFX.Borders.GradientBackground" tags are not supported. Not sure what I can do to fix it. Any help will be appreciated. < Extensions> <SoftwareFX.ChartFX.DefaultBorder type="None" assemblyname="ChartFX.Base"></SoftwareFX.ChartFX.DefaultBorder> <SoftwareFX.ChartFX.Borders.GradientBackground colorfrom="White" assemblyname="ChartFX.Borders"></SoftwareFX.ChartFX.Borders.GradientBackground> </Extensions>
×
×
  • Create New...