Posted by Beugnen:
HERE'S A WORK-AROUND
This wont fix the typelib thing, only the x86 x64 issue
To do this you'll need the corflags tool either from .net or most likely the .net sdk v2.x
Problems with Windows x64 and Outlook 32-bit users can force the syncapp to run in 32-bit. At the moment it runs as x64 which will never work with 32 bit outlook.
1. open up a x64 command prompt window! not x86
2. CD into C:\Program Files (x86)\Chromatic Dragon\Toodledo Sync Application
3. corflags /32bit+ SyncApp.exe
4. run syncapp. its now running as 32bit!
more info about corflags can be read at
http://www.request-response.com/blog/CategoryView,category,CLR.aspx
Thanks, this worked for me!
Kym