C# 程序在创建 Windows Media Encoder 对象时总是崩溃
我使用的是 Windows Vista x86 + VSTS 2008。使用语句
WMEncoder detector = new WMEncoder();
创建新的 Windows Media Encoder 对象时 我的程序在 VSTS 2008 中总是崩溃。这是屏幕快照。 任何想法有什么问题吗?
http://i40.tinypic.com/2v96uqo.jpg
提前致谢, 乔治
I am using Windows Vista x86 + VSTS 2008. When creating new Windows Media Encoder object using statement
WMEncoder encoder = new WMEncoder();
My program always crash in VSTS 2008. Here is the screen snapshot. Any ideas what is wrong?
http://i40.tinypic.com/2v96uqo.jpg
thanks in advance,
George
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来问题可能出在 Windows Media Encoder 中: http://support.microsoft.com/kb/ 929182
您可能只需要更新 WME 即可使其发挥作用。 作为测试,您可以在 XP 上尝试一下,看看它是否有效 - 如果有效,则可能是 Vista 上的 WME 版本。
这似乎是 https://stackoverflow.com/questions/493069/wmencoder-issue 的重复项
It looks like the problem may be in Windows Media Encoder: http://support.microsoft.com/kb/929182
You might just have to update WME for this to work. As a test, you might try this on XP to see if it works - if so, it's likely the WME version on Vista.
This appears to be a duplicate of https://stackoverflow.com/questions/493069/wmencoder-issue