服务器:Windows Server2003 sp2服务器 客户端:XP SP3 内容:C#Winform客户端调用服务器的Excel模板生成报表的时候,生成失败,抛出的异常如下: TargetInvocationException{ Source    : mscorlib Message   : Exception has been thrown by the target of an invocation. Data      : ListDictionaryInternal{} Help…
服务器:Windows Server2003 sp2服务器 客户端:XP SP3 内容:C#Winform客户端调用服务器的Excel模板生成报表的时候,生成失败,抛出的异常如下: TargetInvocationException{  Source    : mscorlib  Message   : Exception has been thrown by the target of an invocation.  Data      : ListDictionaryInternal{}  …
之前服务器上一直运行正常的,这几天突然报错 “远程过程调用失败. (异常来自 HRESULT:0x800706BE) ” 解决方案:组件服务—我的电脑—属性—COM安全—编辑默认值  添加各种用户权限,我主要加的是(network.IIUser.IUser) 加完后是不再报此错误了,但是新的错误又开始了: 之前都没听说此错误啊,蛋疼的.经测试客户端每调用一次服务器上就出现一次这个弹窗,手动点击“结束”按钮后就可以正常使用,折腾啊.... 度娘了翻了几页,貌似就发现了一个解决方法: 在服务器上,打…
错误提示: 错误信息:内存位置访问无效. (Exception from HRESULT: 0x800703E6) 异常类型:System.BadImageFormatException 堆栈跟踪: at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid) at System.Windows.Forms.AxHos…
报错如下: System.Web.Services.dll 中发生,但未在用户代码中进行处理 其他信息: 服务器无法处理请求. ---> 尝试加载 Oracle 客户端库时引发 BadImageFormatException.如果在安装 32 位 Oracle 客户端组件的情况下以 64 位模式运行,将出现此问题. ---> 试图加载格式不正确的程序. (Exception from HRESULT: 0x8007000B) 这个是去IIS里找到对应的项目,更改…
环境:win2008 64位+.net4.0 +office2000 错误提示: 不支持集合. (Exception from HRESULT: 0x80020011 (DISP_E_NOTACOLLECTION)) at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msg…
更新至服务器后运行出错: System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800AC472 解决方法 注册excel 组件,运行命令:excel.exe /regserver…
解决删除域用户异常问题. System.DirectoryServices.DirectoryServicesCOMException was unhandled  Message=在服务器上没有这样一个对象. (Exception from HRESULT: 0x80072030)  Source=System.DirectoryServices  ErrorCode=-2147016656  ExtendedError=8333  ExtendedErrorMessage=0000208D:…
今天把应用部署到手机上时,出现了这样的问题 Exception from HRESULT: 0x80073CFD 具体错误是: Error Error : DEP0001 : Unexpected Error: A Prerequisite for an install could not be satisfied. (Exception from HRESULT: 0x80073CFD) 解决方案: 在网上查找资料后发现原因出现在配置文件中,打开配置文件可以发现在“Dependencies”节…
一个ASP.NET的程序,使用了MS ReportViewer报告控件,在用该控件导出生成Excel文件时,先是提示行不能超过65535. 这个是由于Excel2003的行限制的原因.由于修改成用Excel2007格式导出,用这种方法导出时报了如下错误: Unable to create the store directory. (Exception from HRESULT: 0x80131468) 错误堆栈: at System.IO.IsolatedStorage.IsolatedStor…