vbscript - CreateObject("Redemption.RDOSession") returns error code 800401FA -
i'm trying use redemption library in script , can't load it.
set m_objrdosession = createobject("redemption.rdosession")
i have tried load directly following
set m_objrdosession = getobject("redemption.dll", "redemption.rdosession")
both same error code, null message , source.
i'm using windows 64 bit outlook 32 bit. have loaded library c# , redemption loader on same machine.
ps: should mention saw terms , agreement prompt before error got thrown.
what can do?
error code 0x800401fa
co_e_wrongosforapp
.
if machine 64 bit, end using 64 bit version of cscript.exe, bitness of code must match bitness of outlook - use cscript.exe syswow64 folder.
extended mapi set of dlls loaded in-proc, , 64 bit process cannot load 32 bit dll , vice versa.
see http://www.dimastr.com/redemption/faq.htm#errorcreatingredemptionobject more details.
Comments
Post a Comment