> even though cf is 32bit, you are still using a 32bit com object on a 64bit > os, which is your problem. > > try this > > http://www.gfi.com/blog/32bit-object-64bit-environment/
While that blog post is quite interesting (so thanks!), you can certainly use 32-bit COM objects on a 64-bit OS. Otherwise, my 32-bit copy of MS Office would not work on my 64-bit desktop. As long as you've configured your IIS application pool to support 32-bit applications, and you're running the 32-bit version of CF, you should be able to use 32-bit COM objects from CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357275 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

