您的位置:首页 > 其它

模拟器调试出现异常NotSupportedException: System.Drawing.Bitmap解决

2011-05-25 17:13 489 查看
表现:

Me

.pbStop.Image = CType

(resources.GetObject("pbStop.Image"

), System.Drawing.Image)

语句出现异常:NotSupportedException: System.Drawing.Bitmap

解决:

1)

DELETE the whole directory of your program files (DLL, EXE, INI and so on) from your mobile device and redeploy again. OR(删除发布文件夹下所有文件,并重新发布)

2)

Hard reset your mobile device(硬启动)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐