silverlight 4.0

xp系统里用ie FF 谷歌均死掉

WIN7 系统里的都可以正常运行!

经过反复测试发现以下代码 引起

using (MemoryStream stream = new MemoryStream(System.Text.Encoding.UTF8.GetBytes(jsonStr)))
{
                    //    //将JSON字符串反序列化成对象。
                  DataContractJsonSerializer jsonSerializer = new DataContractJsonSerializer(typeof(AppendSpot[]));

}

换成 Newtonsoft.Json 问题依旧!

不知道对于silverlight 4 是不是一个BUG


相关文章:

  • 2021-12-12
  • 2021-07-19
  • 2021-12-10
  • 2021-09-29
  • 2021-11-17
  • 2021-07-30
  • 2021-12-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-10
  • 2021-05-04
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
相关资源
相似解决方案