Using Redemption dll (Outlook) on a 64 bit machine - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T14:29:00Zhttp://stackoverflow.com/feeds/question/593636http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/593636/using-redemption-dll-outlook-on-a-64-bit-machine0Using Redemption dll (Outlook) on a 64 bit machinePaul2009-02-27T05:48:37Z2009-03-09T23:47:07Z
<p>I have an exe that I have installed on my 32 bit machine, it loops round the logged in users Inbox and works fine, (NB I still havent got it working for another user (<a href="http://stackoverflow.com/questions/589254/using-redemption-outlook-with-a-user-other-than-the-logged-in-user-and-gettin">see here</a>) any ideas there would be appreciated as well!).</p>
<p>But when I install it on 64 bit server</p>
<p>I am getting this error.</p>
<pre><code>Creating an instance of the COM component with CLSID {29AB7A12-B531-450E-8F7A-EA94C2F3C05F} from the IClassFactory failed due to the following error: 80004005.
</code></pre>
<p>I have registered the Redemption dll on the server (<a href="http://www.outlookforms.com/threads.aspx?forumid=5&messageid=12700" rel="nofollow">see here</a>).</p>
<p>I have done this <a href="http://stackoverflow.com/questions/437271/running-c-app-32-bit-on-64-bit-machine">running-c-app-32-bit-on-64-bit-machine</a> </p>
<p>NB.
The class id would appear to be Redemption.RDOSession (<a href="http://www.dimastr.com/redemption/security.htm" rel="nofollow">see here</a>)</p>
<p>Any ideas to progress?</p>
http://stackoverflow.com/questions/593636/using-redemption-dll-outlook-on-a-64-bit-machine/628473#6284731Answer by Paul for Using Redemption dll (Outlook) on a 64 bit machinePaul2009-03-09T23:47:07Z2009-03-09T23:47:07Z<p>The solution here was to install the Outlook client on the server.</p>