关于SilverLight 2.0 SDK 运行SilverLight1.0 SDK 写的XAML 中出现
SCanvas is not support in wpf 的问题解决方法
将xaml中 <Canvas xmlns="http://schemas.microsoft.com/client/2007"
改成 <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
就OK了!!!
关于SilverLight 2.0 SDK 运行SilverLight1.0 SDK 写的XAML 中出现
SCanvas is not support in wpf 的问题解决方法
将xaml中 <Canvas xmlns="http://schemas.microsoft.com/client/2007"
改成 <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
就OK了!!!