05 2012 档案

摘要:Message="无法将类型为“MSScriptControl.ScriptControlClass”的COM对象强制转换为接口类型“MSScriptControl.IScriptControl”。此操作失败的原因是对IID为“{0E59F1D3-1FBE-11D0-8FF2-00A0D10038BC}”的接口的COM组件调用QueryInterface因以下错误而失败:库没有注册。(异常来自HRESULT:0x8002801D(TYPE_E_LIBNOTREGISTERED))。"解决方案:1.运行-Regsvr32msscript.ocx2.运行-regedt32.ex 阅读全文
posted @ 2012-05-31 14:21 】Richard【 阅读(359) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Xml;namespace WebApplication2{ /// <summary> /// XMLHelper XML文档操作管理器 /// </summary> public class XMLHelper { public XMLHelper() { // // TODO: 在此处添加构造函数逻辑 // } #region XML文档节... 阅读全文
posted @ 2012-05-25 13:02 】Richard【 阅读(561) 评论(0) 推荐(0)