We have a simple object that we have been using ofr years to create Word Format Documents by merging with XML.
It works in PB 10.5 and PB 12.6 Classic in 32 Bit - but is "Unable to Create Object" when run from a 64 bit PB executeable
li_rc = ioleobject.ConnectToNewObject("XMLDocGen.buildtemplate")
ANy ideas as to what the issue might be?