Winsdows XP 64-bit not working with Itunes?

I recently installed windows XP 64 bit and I can't get Itunes to work. I keep getting error 2096 and I have done everything that it says on the forums to do with that error message. I'm wondering if I just can't get Itunes to work with windows XP 64-bit or is there another way?
Thx

I'm wondering if I just can't get Itunes to work with windows XP 64-bit
Correct.
http://support.apple.com/kb/HT1426
"*Windows XP*
iTunes is currently not supported in Windows XP Professional x64 Edition. Features may or may not work correctly. One example is reading or writing to an optical drive (CD-ROM, CD-RW, DVD-ROM, DVD-RW). It's also possible iTunes for Windows may not successfully install."

Similar Messages

  • Overdrive Media console not working with iTunes when transferring audio books.  Any suggestions?

    Overdrive Media console not working with iTunes when transferring audiobooks.  Some parts don't transfer.

    Robin, I have the 4S too. Here's wha I've been doing. Well, I am downloading wma books, but it is super time consuming and annoying. First, shut off genius in your preferences in iTunes. Also change to spoken podcast for speed. Then, you start to transfer from Overdrive. It will create a playlist with your book title. Open up books though because you need to keep an eye on it. It may download like three parts and then you may have a grey one. When you get the grey, cancel the transfer, delete the greyed part, exit iTunes, re-enter iTunes, and then try to download the remaining book parts. I usually have to re-enter iTunes three or four different times during a book. When your book is downloaded, all black and none grey, open up the playlist folder and double check that all parts made it in there. If not, carry them from the books folder to the playlist and then move it into numerical order.
    Re non bookmarking problem. I now have a new habit of checking what part I am on before i shut off my phone or switch to another book. It does save where you were, it just doesn't show you. For instance, if I start part three and then play music, and then go back to the book playlist, it will appear as if we are back to the beginning, but if I go to part three, it will start up from where I was. So, just start checking and then it is easy. I am flabbergasted that no other proper solution has been offered by Overdrive. This has been a problem since October. I also wish they would acknowledge the problem on their website as well as post what version number of update they have. I have 3.2.1.0 and think that's current. Does anyone have newer than this. Good luck, and happy commuting!
    An easy, quick workaround is to plug external speakers into your laptop and take it with you in the car. A bit unwieldy, but I can't commute without books.

  • On updating my iphone it shows no network inspite the sim inserted,now it also not working with itunes.i cant see menu page on display screen

    on updating my iphone it shows no network inspite the sim inserted,now it also not working with itunes.
    i cant see menu page on display screen

    http://support.apple.com/kb/HT1808

  • MBA 13" media buttons not working with iTunes

    I just got my mba 13" and everything is great, but for some reason the media buttons do not work with itunes. I've tried them with vlc and other applications and they work fine. Any ideas how I can fix this?
    Thanks!
    Danny

    (n_n) wrote:
    Hi,
    No, it didn't work fine with VLC. Whenever I pressed "play/pause", it'll trigger iTune and the media buttons become the controller for both applications at the same time.
    What the %^&*..
    Cheers.
    Reset PRAM.

  • Itunes 64 bit not working with my iphone 3

    First of all my itunes decided to stop working stating that itunes helper not available and to re-install. Which i did. For the latest version.
    Now my iphone 3 cannot work  with itunes. It says that i need to download 64bit version for windows 7 64bit. ---- I have downloaded the 64 bit version and installed it twice now. still not working.
    I then tried to go back to an older version but i get another error saying that ituneslibrary.itl cannot be read as was created with newer version of itunes.
    I'm not too bad with computers but this is my first iphone so any help would be greatly appreciated.
    Thanks.
    Lee

    Now my iphone 3 cannot work  with itunes. It says that i need to download 64bit version for windows 7 64bit.
    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, can you get a normal iTunes install to go through properly now?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • Auto hide taskbar not working with iTunes 10.5 & Windows 7

    Anyone else having problems with Auto-hide Taskbar not working when iTunes is open and the active window? Was working fine with previous versions including the beta of 10.5 I had. Is this a general problem or just me? Im using Windows 7 64bit for what its worth.

    Chiming in with the same problem. 64-bit Win 7 Professional, taskbar set to auto-hide, newest version of iTunes (actually uninstalled and reinstalled via the website download earlier today to see if that would fix it; nope). I normally use the Alt+Tab keys to navigate between windows anyway, so it's not inconveniencing me too much, but it's still irritating when I'm trying to use the mouse to switch windows (or check the time) and realize I can't. Definitely fix this one soon. We'll all be very grateful

  • Shuffle not working with iTunes Match when 3G is not enabled and the track playing is not the one showing (previous one)

    When I use Music on m iPhone on 3G with the downlod disabled on 3G, shuffle is not working.
    It stops after each track, as if it was not capable to find the next local track.
    Morevoer, it plays a track and show another one. It seems it plays the previous track but show the following.
    This makes my iPhone not usable with iTunes Match unless I disable show tracks from iCloud.

    Hi Bhushan,
    Isuse is with IIS Process. Whether its running on 32bit or 64bit. that's the one who decide which dll they want. So, in above the resolution is 
     If you are working with 32 bit you can use 
    string folder = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), @"..\Microsoft.NET\Framework\v2.0.50727");
    while the other way for 64 bit IIS Process, you will require 
    string folder = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), @"..\Microsoft.NET\Framework64\v2.0.50727");
    Hope this answer will helps some other developers issue.
    Regards, Brijesh Shah

  • IPOD TOUCH NOT WORKING WITH ITUNES

    I am using:
    iPod Touch 16GB 1.1.4 (With $25 Software Upgrade)
    Windows Vista Premium Edition
    iTunes 7.6.2
    Whenever I connect my iPod, the device connect sound is made and it shows up in the my computer window, but it will not show up or sync with iTunes.
    I HAVE ALREADY TRIED THE FOLLOWING:
    Reseting the computer
    Reseting the iPod
    Using a different USB port
    Using a different cable
    Erasing ALL of the iPod's contents (Yes I lost my $25 update as well)
    Restarting the "APPLE MOBILE DEVICE SUPPORT" in the "systems" application
    ...As well as many other things, all with absolutely NO results.
    I have tried to manage my ipod through other programs, nothing seems to work. I connected the iPod to a different computer and everything worked fine.
    I ASSUME the problem has something to do with the iPod Touch's drivers; for whatever reason they might be corrupted or installed incorrectly, thus preventing the iPod from automatically reinstalling them as well as preventing the possibility of syncing.
    My question is, how can I reinstall the drivers without having the iPod touch do it automatically?
    Any help would be much appreciated, thanks.

    I fixed the problem myself.
    If anyone else has this same problem and is looking to fix it, here is what I did.
    I found this on another site:
    "Okay well I spent about an hour on the phone with Apple trying to fix this problem. The guy I talked to seemed to have delt with this problem before. He tould me that Apple was getting numerous calls about the iPod touch not connecting with iTunes. So here is the solution that worked for me.
    The first thing you must do it uninstall iTunes and Quicktime using the controll pannel, add/remove hardware, on your windows computer. Once you have uninstalled both of thoes programes go ahead and look for anything else that is Apple and uninstall them as well. There should be an Apple updater or driver that is very critical to uninstall, this was the cause of iTunes not recognizing the new iPod Touch. Next make shure you have the very latest update for Windows on your computer, you can check this on Microsofts web page. Finnaly once you are shure you have UNINSTALLED EVERYTHING that says Apple, iTunes, or Quick time restart your computer and MAKE SHURE THAT YOUR IPOD IS NOT CONNECTED TO YOUR COMPUTER. Then download the newest version of iTunes and install it. Once the installation is complete go ahead and connect the iPod Touch and everything should work.
    I am not shure if this will work for everyone but in my situation it worked. I hope it helps some of you out there!!"
    That worked like a ******* charm. Hope this helps.

  • What's With Volume Logic Plug-In Not Working With iTunes V7. and Up

    Hello Folks. I recently updated to iTunes ve 7.0.2 and now my great Volume Logic Plug-in won't work. I downloaded the latest update and then read info on the Plantronics site about the problems with the plug-in with new itunes updates.
    Is anyone here figured out what's going on or a workaround. That plug-in makes such a positive difference in music sound quality, the tunes almost feel "naked" without it
    Steve

    Prior to the 1.3.2 released (beta or the now-available final), Volume Logic did not work at all with iTunes 7. According to Plantronics, Volume Logic does not work with Airtunes and the AIrport Express (it's stated right in their FAQ).

  • Windows 8 64-bit not working on iTunes

    Every time I try to update my iTunes it fully downloads but when I try to install it says that its not compatible with my computer. I have Windows 8 64-bit and I download the 64-bit Windows version. Does anybody know why it doesn't work?

    You might try a manual install/repair.
    The instructions below I've done with Windows 7 64 bit. (not sure what will happen with Windows 8 but we may learn more)
    After downloading the latest version of iTunes from Apple, extract the files in “iTunes64Setup.exe”
    (If you have never done this, you may need to download a program such as WinRAR [64 bit].)
    Manually run each install file in the following order.
    AppleApplicationSupport.msi
    Bonjour64.msi
    AppleMobileDeviceSupport64.msi
    AppleSoftwareUpdate.msi
    iTunes64.msi
    If there are any errors, stop, and write back with the results.

  • Home sharing does not work with iTunes 12

    I have been using home sharing with iTunes a lot, mainly to stream TV shows from my Mac Pro (2008) to my Apple TV (3rd Gen). But after installing Yosemite and iTunes 12 it doesn't work any longer. My Apple TV finds the iTunes Library, but can't connect with it. At the same time home sharing worked just fine with my iPhone 5 and iPad 2 (iOS 8.0.2). After installing iOS 8.1 home sharing with my iOS devices doesn't work, too – same problem as with Apple TV: iTunes library is found but devices can't connect with it.
    I already tried to solve the problem with the suggestions on Apples troubleshooting page:  Fehlerbehebungsmaßnahmen für die Privatfreigabe
    My setup:
    Mac Pro (2008) with OS X 10.10 (14A389), iTunes 12.0.1.26, connected via Ethernet and WiFi
    Router: Fritz!Box Fon WLAN 7270
    iPhone 5 with iOS 8.1
    iPad 2 with 8.1
    Apple TV (3rd Gen), newest software update, connected via Ethernet
    Any ideas, what the reason for that problem could be and how to solve it?
    Thanks a lot in advance.
    BTW: Sorry for my English. I am not a native speaker.
    Greetings from Germany

    I had the same problem after updating to iTunes 12 and using my iPhone 6.
    I have solved it by doing these simple steps:
    1. Turn off Home Sharing in iTunes. Close it.
    2. In your iOS 8 device, Turn on Home Sharing: Settings/Music/Home Sharing
    3. Open back iTunes
    It looks like in one of the updates, possibly iOS 8.1, had signed off Home Sharing completely.

  • IPhone 3G with iOS 4.2 will  not work with iTunes 10.2 What can I do?

    I updated iTunes from 9 to 10 without issue got as far as 10.1 all worked fine. Notified of update for iPhone (3G) 4.2 so, I went for it and all still worked well. I then upgraded iTunes to 10.2 and disaster struck! iTunes takes very long time to start will freeze when device connected then fails to see the iPhone. It now appears I may have updated myself into extinction. The latest from iTunes 10.2.2 is not working. I removed AMDS and reverted back to 10.0.1 and it worked for that day I thought I was good all I needed to do worked smoothly. A few days later I am back where I was a month ago with iTunes slow and failing to see device. I know the phone works as it just did a few days ago. I tried to revert to 10.1 and that failed now the AMDS from 10.0 failed to stay working. I can  lose the library and movies either on iPhone or in iTunes but, I need the other data notes,calendar, etc. Any ideas? Note: see Discussions on Apple Mobile Device Suppport (AMDS) for additional information or anyone having same problems with 10.2. Anyone think Apple may fix this in the future?

    iTunes is not seeing device when connected. It simply freezes (Not Responding) for minutes then fails to see device.
    I have previously uninstalled and re-installed latest from Apple 10.2.2. The only way I got that to work was uninstall AMDS and install version 10.0.1 this worked beautifully for ONE Night only. I am now with 10.2.2 that takes 2-4 minutes to start (non responding half of that time the first half just not shown by task manager) and cannot see device. I tried starting iTunes with devices plugged in and same issues. Windows (Vista 32) does see iPhone.

  • Tune up not working with itunes 12

    I've been using tune up version 2.4 without issue for months but since I upgraded to iTunes 12 yesterday, it keeps saying that my songs are "an unsupported format and can't be processed" whenever I try to 'clean' them. All my tracks are MP3s and it doesn't work with tracks that I had previously cleaned through them. Is there a fix for this? I did see on their website that they don't support the beta version of iTunes 12 but that obviously shouldn't apply now.
    Any help would be greatly appreciated!

    *UPDATE* TuneUp is no more, figures http://www.tuneupmedia.com:8080/company-info
    I've nothing but problems since the update to 2.5.1. I've opened two tickets about this issue with the tuneup window not showing up. I've had to right click and maximize the window to show the application. Once register the program it sits on syncing the library. Many restarts, uninstalls, re-installs... I'm done with tuneup and I think tuneup is done as company. They are so unprofessional with their attention to detail, supporting their product and maintaining their production.
    My 1st ticket http://support.tuneupmedia.com/hc/en-us/requests/164658
    ME:
    "Hidden TuneUp Window until you right click > maximize window. Once the window is in view the application is stuck on updating the library. Uninstalled Version 2.5 and re-installed same results."
    TuneUp Support:
    "Hello,
    Thank you for contacting us.
    We apologize for any inconvenience that this may have caused you.
    If you are experiencing errors related to the new iTunes version for Windows machines 64bit, please install the fix from the iTunes support page below:
    http://support.apple.com/kb/DL1784
    If the issue still persists, do not hesitate to contact us.
    Thank you,
    TuneUp Support"
    My 2nd ticket http://support.tuneupmedia.com/hc/en-us/requests/165560
    ME:
    "After downgrading iTunes, removing tuneup and re-installing ver 2.4 the again with 2.5. I still cannot see the tuneup application. No matter how I resize iTunes its not visible. My video card is not too old so this didnt work for me https://support.apple.com/kb/DL1784?locale=en_US"
    TuneUp Support:
    Hello,
    Thank you for contacting us.
    We apologize for any inconvenience that this may have caused you.
    If you are experiencing errors related to the new iTunes version for Windows machines 64bit, please install the fix from the iTunes support page below:
    http://support.apple.com/kb/DL1784
    If the issue still persists, do not hesitate to contact us.
    Thank you,
    TuneUp Support"
    They even acknolodged the problem which is great but no mention of iTunes having this issue. http://support.tuneupmedia.com/hc/en-us/articles/200439638-I-installed-TuneUp-bu t-it-doesn-t-appear-to-be-loading-anywhere-What-do-I-do-
    They offer a 2.4.8 download when actually its 2.5.0.1 and force you to update if you use an earlier version (which I save the last version of every program for this reason) http://support.tuneupmedia.com/hc/en-us/articles/201628296-Download-TuneUp-Versi on-2-4-8-EN-
    Guess I'll try TidyMyMusic http://www.wondershare.com/multimedia-software/tidymymusic.html

  • Airport Express A1088 Not Working With iTunes 10 AirPlay but works with iPad & iPhone

    Hi,
    I'm really hoping someone can help me. I have just got an ADSL connection at home and have started using my Airport Express I've had for years but haven't used, model number A1088. I can use the Airport Express to use AirPlay from my iPhone, iPod and iPad. iTunes 10 on my 2010 13" MacBook Pro recognises the Airport Express as an AirPlay device, however when I attempt to play music through remote speakers using the Airport Express as the AirPlay device I receive the error message "An error occurred while connecting to AirPlay device "emptyk86 Airport Express". The network connection failed". I have performed numerous hard resets and resets within the Airport Utility, to no avail. I could accept that as the Aiport Express is quite old now, that it could be broken, but as it works for all iPhones, iPods, and iPads I don't understand what I'm doing wrong!
    Thanks for your time.

    The same thing started happening to me this morning.  I have an old Airport Express, New MacBook Pro, recently updated to Lion, have the latest version of iTunes.  Everything worked fine until this morning.  I was playing music, stopped it, and when I tried to resume, got the error message. I turned evertying off and on and reset everything.  The problem persisted.  However, I had no problem playng music from my iPad library through the system using the iPad. 
    I have a remote app on the iPad and, oddly enough, found that I could play anything (playlists, songs, etc.) from the MacBook Pro iTunes library through the system using the iPad remorte app.  Once I had that running, I went back to the MacBook Pro and found I had full functionality with iTunes on the MacBook Pro.  I closed and reopened iTunes a couple of times on the MacBook Pro to test it, and found that sometimes it would work fine and sometimes I would get the error message.  When I got the error message, I went through the procedure with the iPad to get it going, and that worked most of the time.  When it did not work the first time, I found that playing a song from the iPad library first and then going to the remote app seemed to help. 
    For sure, this is more a workaround than a solution, but maybe someone who understands how these things work might recognize the problem and propose a solution.

  • Touch id not working with iTunes and App Store

    Touch ID will work to unlock my phone, but not with iTunes or App Store. It keeps asking for my iTunes password. I have turned on 'Use your fingerprint instead of your Apple ID password when buying from the iTunes & App Store'. I am running IOS v7.0 (11A466)

    I was having this issue too, it was always asking for the passcode even though the setting was on for iTunes & App Store. To fix it I turned it off and then back on again, it asked for my password and then it worked.
    Steps:
    - Go to Settings -> General -> Touch ID & Passcode -> Touch ID
    - Disable iTunes & App Store
    - Re-enable iTunes & App Store
    - Enter your passcode one last time
    - It should work
    Also as others mentioned, under General -> Restrictions -> Require Password might need to be set to 15 minutes.

Maybe you are looking for

  • Solaris 9 live upgrade to solaris 10 segmentation fault

    pre-upgrade work: apply patch doc 72099 upgrade live upgrade to solaris 10. lucreate-m /:/dev/dsk/c0t1d0s0:ufs -m /var:/dev/dsk/c0t1d0s1:ufs -m /opt:/dev/dsk/c0t1d0s3:ufs -n sol10 it works well oot Environment Is Active Active Can Copy Name Complete

  • User equivalence test failed (RAC setup in Windows)

    I am trying to set up user equivalence between 2 nodes, following instructions from "Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide 10g Release 2 (10.2) for Windows" The Administrator account on both nodes

  • Error while accessing easconsole

    Hi All, I am trying to access another mc's easconsole using http://mc name:portno/easconsole/console.html.But it is showing error An error occurred while launching/running the application. Title: Oracle Essbase Administration Services Vendor: Oracle

  • K3b (1.70.0) error after alst update

    Hi, I'm on a fully updated 32b Arch/KDE 4.4.1. I can't burn a blank DVD (see log below). The default temp directory of K3b has plenty (6.9 GB) free space. Please advise. Thanks Miki Badt -------------K3b  log-------------- Devices PHILIPS DROM5016L 9

  • Ipad 2 unable to update or restore 1671 error

    I have an IPAD2 32 GB with 4/5 GB of free space. Have had a very slow keyboard and had done a reset a few days ago with no problem/ Software was up to date as of this morning 8.3. Did a reboot because of the continuing slow and delay issues with the