惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
博客园 - Franky
GbyAI
GbyAI
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
博客园_首页
MongoDB | Blog
MongoDB | Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Recent Announcements
Recent Announcements
Scott Helme
Scott Helme
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
C
CERT Recently Published Vulnerability Notes
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Jina AI
Jina AI
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
L
LangChain Blog
L
LINUX DO - 最新话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
H
Hacker News: Front Page
MyScale Blog
MyScale Blog
P
Palo Alto Networks Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
AI
AI
T
Troy Hunt's Blog
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
S
Secure Thoughts
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
S
Security @ Cisco Blogs
Cloudbric
Cloudbric
E
Exploit-DB.com RSS Feed
Attack and Defense Labs
Attack and Defense Labs

博客园 - Kriss Liu

绕开 CoreLab.MySql 验证 如何通过活动目录(ADSI)修改IIS6中的 Web 服务扩展 XMLDOM/XMLHTTP的跨域访问和页面代理 关于如何让页面同时下载多个文件的尝试 - Kriss Liu - 博客园 Remoting中的线程与网络通信内幕初探 Remoting多个信道(Chennel)的注册问题 基于强名称签名的代码访问保护及其改进 利用命名管道(Named Pipe)向Flash Player模拟Flash媒体文件 多样、互动的WinForm UI设计与开发思路(Flash、Html等) WinForm中设计时与DesignMode的区别 ServU插件设计 如何在C#中直接操作C++结构体 .NET中Flags枚举的使用 最近的计划。。VOS和DataSetBrowser。。 看完《仙剑奇侠传》前20集的一点牢骚。。 一套可嵌入或独立使用的翻页控件: WebPager(附源码) ASP.NET 2.0 中创建DataList子类控件时的一个错误 在.NET中使用DirectMusic 我与电脑的十年
关于 Windows Media DRM 0xC00D2840 错误
Kriss Liu · 2005-01-13 · via 博客园 - Kriss Liu

  今天在给别人做DEMO的时候,发现用原来开发的WDRM打包器对asf文件进行打包时,出现了一个错误:

  System.Runtime.InteropServices.COMException (0xC00D2840): Exception from HRESULT: 0xC00D2840.

  at WMRMOBJSLib.WMRMProtectClass.ProtectFile(String bstrFileName)

  MSDN上对于这个Error Code的解释是:

Error code Hexadecimal value Description
NS_E_DRM_LICENSE_SERVER_INFO_MISSING 0xC00D2840 Could not read the necessary information from the system registry.

  不过打包器的代码我一直没有改过,以前一直都好好的啊~~把DRM卸掉重装也没用。。"注册表缺少信息",突然想起来DRM 9.0要求到微软网站进行认证才行的,而我的DRM之前曾经卸载过^^ 赶紧到微软的网站进行认证,一切OK:)
  只要到下面网站,然后Enroll to get a new certificate,系统就会往你邮箱发送一个认证码,再回到这个网站,选择Complete the enrollment with your e-mail confirmation,即可用你的邮箱地址和认证码即可取得DRM认证^^ 
  http://licenseserver.windowsmedia.com/

  另外,WDRM的Error Code可以到MSDN去查询,比SDK自带帮助里的要详细很多:)
  http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform95/htm/errorcodes.asp