积极答复者
Free Silverlight Chart Control在silverlight 2.0不能正常,是不是2.0不兼容先前的1.1?

问题
-
就是这个测试页:
http://home.comcast.net/~venkata.guddanti/FreeSilverlightChart/TestPage.html
在silverlight 1.1能正常。
在silverlight 2.0不能正常,出现如下的错误提示:
Silverlight error message
ErrorCode: 1001
ErrorType: ParserError
Message: AGEUNKNOWN_ERROR
XamlFile: Page.xaml
Line: 10
Position: 9是不是2.0不兼容先前的1.1?
应该如何修改才能用?
Free Silverlight Chart Control :
The FreeSilverlightChart Control provides charting solution in a silverlight environment. It uses XAML and C# to display charts on the silverlight platform.
http://www.codeplex.com/FreeSilverlightChart
答案
-
Silverlight 2.0 是完全兼容 1.0的。但有许多改进。
Silverlight 2.0对先前的1.1有很多地方不同,请参考 Breaking Changes in Silverlight 2
全部回复
-
Silverlight 2.0 是完全兼容 1.0的。但有许多改进。
Silverlight 2.0对先前的1.1有很多地方不同,请参考 Breaking Changes in Silverlight 2
-
今天发现http://www.codeplex.com/FreeSilverlightChart上有更新:
Migrated the project to Silverlight 2.0
新的例子在:
http://home.comcast.net/~venkata.guddanti/FreeSilverlightChart/index.html源代码下载地址:
http://home.comcast.net/~venkata.guddanti/FreeSilverlightChart/FreeSilverlightChart.zip