当遇到server:cocreateinstance failed这样的错误时,通常意味着在尝试创建COM对象时发生了问题。下面是一些可能的解决步骤和考虑因素: 1. 确认CoCreateInstance函数调用的上下文和用途 首先,需要明确你正在尝试创建的COM对象是什么,以及这个对象在你的应用程序中扮演的角色。这有助于确定错误是否由于错误的对象创建请求或...
// Server execution failed // #define CO_E_SERVER_EXEC_FAILURE _HRESULT_TYPEDEF_(0x80080005L) Also, if you use a VBScript code, the scripting engine translates this error into this exception: 0x80080005 (CO_E_SERVER_EXEC_FAILURE) --> 429 (CantCreateObject) What's going on ...
版本:管家婆辉煌版进销存软件II+10.2问题现象:创建账套,报错提示server:CoCreateInstance Failed? 解决方法:客户是安装的SQL2008的数据库,重新安装SQL2000数据库正常。
// Server execution failed // #define CO_E_SERVER_EXEC_FAILURE _HRESULT_TYPEDEF_(0x80080005L) Also, if you use a VBScript code, the scripting engine translates this error into this exception: 0x80080005 (CO_E_SERVER_EXEC_FAILURE) --> 429 (CantCreateObject) What's going on...