I have a user getting this error:
com.jacob.com.ComFailException: Can't co-create object
at com.jacob.com.Dispatch.createInstanceNative(Native Method)
at com.jacob.com.Dispatch.<init>(Dispatch.java:99)
at com.jacob.activeX.ActiveXComponent.<init>(ActiveXComponent.java:58)
at com.jthink.jaikoz.ituneshelper.WindowsJacobUpdateItunesWithChanges.updateItunes(WindowsJacobUpdateItunesWithChanges.java:89)
at com.jthink.jaikoz.TagSaver$UpdateITunes.run(TagSaver.java:444)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
When I try to use Jacob to talk to iTunes, I don't have such a problem. I found this article, but I don't have the issue of using 64-bit (I'm on Windows XP which is always 32-bit). I think Windows XP may be the issue as most of my customers are on Windows 7 or 8 and don't report this problem.