当前位置: 代码迷 >> Windows Mobile >> 帮忙看看这个错误
  详细解决方案

帮忙看看这个错误

热度:120   发布时间:2016-04-25 07:26:10.0
帮忙看看这个异常!
"System.NotSupportedException: Specified method is not supported.\r\n   
at MS.Internal.XcpImports.CheckHResult(UInt32 hr)\r\n   
at MS.Internal.XcpImports.VideoBrush_SetExternalVideoPortSource(VideoBrush vb, String sPortName)\r\n   
at Microsoft.Devices.Camera.<>c__DisplayClass2.<InitializeVideoSession>b__1()" string

代码是从MangoRTMTK_Basic的PhotoFun练习里面抄的。
没有任何改动

每次进入带摄像头PhotoCamera的页面,然后迅速退出,退出的时候摄像头可能还没有初始化完毕。就会出现这个异常。

如果每次等到摄像头显示正常后,再退出页面,不会出现这个异常。

该怎么调试这个软件BUG。谢谢

------解决方案--------------------
具体是什么代码出的错?
------解决方案--------------------
如果不迅速退出呢?
  相关解决方案