chia Posted January 6, 2009 Report Share Posted January 6, 2009 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> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.