Getting the:   Error Number: 0x80040707 Description: DLL function call....

solution that worked for me (copied from another site):
I found this solution on another website, but I wanted to share it with all of you here. The problem seems to be with the automatic updating of iTunes. Apparently it can whack-out if you have any older version of Quicktime installed.
Here's how I fixed my iTunes: I uninstalled both iTunes AND Quicktime and then restarted. I then went to www.oldversion.com and downloaded an old version of Quicktime. In my case I wasn't sure how old I should go, so I chose Quicktime 6.4. I downloaded and installed that older version, restarted, then UNINSTALLED Quicktime again. This install/uninstall helps clear out any older registry entries that might be interfering with the new installation. Once I had uninstalled the old version, I rebooted one more time and then installed iTunes, and iTunes is working again!
So, to recap: Uninstall both iTunes and Quicktime, Restart, Install old version of Quicktime, Restart, then Uninstall Quicktime, Restart, Install iTunes.
I hope this helps someone else, because I know how frustrating it can be not to have iTunes.
dell dimension 4600   Windows XP  

PhotoShop has its own forum:
http://forums.adobe.com/community/photoshop
Ken

Similar Messages

  • Which table i can get the Equipment Number and description

    Hello Guys,
    Can any one help us i have Maintenance order number.For this i need to get the corresponding euipment number and description.Can any one tell me the table name for this .I want to fetch these details in the report.
    Regards
    Kumar

    Hello All,
    problem got resolved.Thanks
    Regards
    Kumar

  • Can not get the index number from a StartDrag Function

    var t:Array=new Array();
    t=[d1,d2,d3,d4,d5];
    var d:Array=new Array();
    d=[t1,t2,t3,t4,t5];
    var ust:int;
    for(var i:int=0;i<t.length;i++){
    t[i].addEventListener(MouseEvent.MOUSE_DOWN, mouseDowner);
    for(var j:int=0;j<t.length;j++){
    t[j].addEventListener(MouseEvent.MOUSE_UP, mouseReleased);
    function mouseDowner(event:MouseEvent):void {
    event.target.startDrag();
    trace(t.indexOf(MovieClip(event.target)));
    var ast:int;
    ast=t.indexOf(MovieClip(event.target));
    trace(ast);
    ust=ast.valueOf();
    function mouseReleased(event:MouseEvent):void {
    event.target.stopDrag();
    if(d.indexOf(MovieClip(event.target).dropTarget.parent)!=-1){
    trace(d.indexOf(MovieClip(event.target).dropTarget.parent));}
    else{trace("not appropriate");}
    //trace(MovieClip(event.target).dropTarget.parent.name);
    var tf1:TextField = new TextField();
    tf1.text="LIGHT";
    tf1.x=-30;
    tf1.y=-30;
    t1.addChild(tf1);
    tf1.mouseEnabled=false;
    var tf2:TextField = new TextField();
    tf2.text="EASY";
    tf2.x=-30;
    tf2.y=-30;
    t2.addChild(tf2);
    tf2.mouseEnabled=false;
    var tf3:TextField = new TextField();
    tf3.text="IMPOSSIBLE";
    tf3.x=-30;
    tf3.y=-30;
    t3.addChild(tf3);
    tf3.mouseEnabled=false;
    var tf4:TextField = new TextField();
    tf4.text="FAST";
    tf4.x=-30;
    tf4.y=-30;
    t4.addChild(tf4);
    tf4.mouseEnabled=false;
    var tf5:TextField = new TextField();
    tf5.text="UGLY";
    tf5.x=-30;
    tf5.y=-30;
    t5.addChild(tf5);
    tf5.mouseEnabled=false;
    var tf6:TextField = new TextField();
    tf6.text="DARK";
    tf6.x=-30;
    tf6.y=-30;
    d1.addChild(tf6);
    tf6.mouseEnabled=false;
    var tf7:TextField = new TextField();
    tf7.text="DIFFICULT";
    tf7.x=-30;
    tf7.y=-30;
    d2.addChild(tf7);
    tf7.mouseEnabled=false;
    var tf8:TextField = new TextField();
    tf8.text="POSSIBLE";
    tf8.x=-30;
    tf8.y=-30;
    d3.addChild(tf8);
    tf8.mouseEnabled=false;
    var tf9:TextField = new TextField();
    tf9.text="SLOW";
    tf9.x=-30;
    tf9.y=-30;
    d4.addChild(tf9);
    tf9.mouseEnabled=false;
    setChildIndex(d5, 1);
    var tfh:TextField = new TextField();
    tfh.text="BEAUTIFULL";
    tfh.x=-30;
    tfh.y=-30;
    d5.addChild(tfh);
    tfh.mouseEnabled=false;
    setChildIndex(d[0], 0);
    setChildIndex(d[1], 0);
    setChildIndex(d[2], 0);
    setChildIndex(d[3], 0);
    setChildIndex(d[4], 0);
    trace(ust);

    var t:Array=new Array();
    t=[d1,d2,d3,d4,d5];
    var d:Array=new Array();
    d=[t1,t2,t3,t4,t5];
    var ust:int;
    var alt:int;
    for(var i:int=0;i<t.length;i++){
    t[i].addEventListener(MouseEvent.MOUSE_DOWN, mouseDowner);
    for(var j:int=0;j<t.length;j++){
    t[j].addEventListener(MouseEvent.MOUSE_UP, mouseReleased);
    function mouseDowner(event:MouseEvent):void {
    event.target.startDrag();
    trace(t.indexOf(MovieClip(event.currentTarget)));
    ust=t.indexOf(MovieClip(event.currentTarget));
    trace(ust);
    trace(ust);
    function mouseReleased(event:MouseEvent):void {
    event.target.stopDrag();
    if(d.indexOf(MovieClip(event.currentTarget).dropTarget.parent)!=-1){
    trace(d.indexOf(MovieClip(event.currentTarget).dropTarget.parent));
    alt=d.indexOf(MovieClip(event.currentTarget).dropTarget.parent);
    trace(alt);}
    trace(alt);
    trace(ust);
    if(alt==ust){trace("ok");}
    else{trace("not appropriate");}
    var tf1:TextField = new TextField();
    tf1.text="LIGHT";
    tf1.x=-30;
    tf1.y=-30;
    t1.addChild(tf1);
    tf1.mouseEnabled=false;
    var tf2:TextField = new TextField();
    tf2.text="EASY";
    tf2.x=-30;
    tf2.y=-30;
    t2.addChild(tf2);
    tf2.mouseEnabled=false;
    var tf3:TextField = new TextField();
    tf3.text="IMPOSSIBLE";
    tf3.x=-30;
    tf3.y=-30;
    t3.addChild(tf3);
    tf3.mouseEnabled=false;
    var tf4:TextField = new TextField();
    tf4.text="FAST";
    tf4.x=-30;
    tf4.y=-30;
    t4.addChild(tf4);
    tf4.mouseEnabled=false;
    var tf5:TextField = new TextField();
    tf5.text="UGLY";
    tf5.x=-30;
    tf5.y=-30;
    t5.addChild(tf5);
    tf5.mouseEnabled=false;
    var tf6:TextField = new TextField();
    tf6.text="DARK";
    tf6.x=-30;
    tf6.y=-30;
    d1.addChild(tf6);
    tf6.mouseEnabled=false;
    var tf7:TextField = new TextField();
    tf7.text="DIFFICULT";
    tf7.x=-30;
    tf7.y=-30;
    d2.addChild(tf7);
    tf7.mouseEnabled=false;
    var tf8:TextField = new TextField();
    tf8.text="POSSIBLE";
    tf8.x=-30;
    tf8.y=-30;
    d3.addChild(tf8);
    tf8.mouseEnabled=false;
    var tf9:TextField = new TextField();
    tf9.text="SLOW";
    tf9.x=-30;
    tf9.y=-30;
    d4.addChild(tf9);
    tf9.mouseEnabled=false;
    setChildIndex(d5, 1);
    var tfh:TextField = new TextField();
    tfh.text="BEAUTIFULL";
    tfh.x=-30;
    tfh.y=-30;
    d5.addChild(tfh);
    tfh.mouseEnabled=false;
    setChildIndex(d[0], 0);
    setChildIndex(d[1], 0);
    setChildIndex(d[2], 0);
    setChildIndex(d[3], 0);
    setChildIndex(d[4], 0);

  • Error: 0X80040707 DLL Function call crashed: QTInstallCode.QuickTimePostIns

    Hi,
    After installing the latest Quicktime on my XP 64-bit OS I get the following error message:
    Error: 0X80040707
    Description: DLL Function call crashed: QTInstallCode.QuickTimePostInstallProc
    Running quicktime and iTunes has not been a problem in the past.
    I done have absolutely everything that is avaliable on the support site. And I still have had no luck. Please help, I really appreciate it.

    That worked. Thanks for your help.
    I hope I dont have to encounter this problem again with Apples next release of iTunes or for that mater Microsofts next update patch.

  • Error Number: 0x80040707 while uninstalling quicktime

    I'm trying to uninstall quicktime so that i can do something about my itunes which isn't working properly (love how everything is connected huh?) Newayz i get that error and says that
    "DLL function call crashed: QTInstallCode.Quicktime...."(it goes off the edge of the screen)
    little help please. Thanks

    +I have iTunes loaded on my administrator account. I want to load iTunes on my sons account so he can use his new iPod. I made his account an administrator account so we could load iTunes and have his iPod recognized on this computer. Installation stops with "Error number:0x80040707 while loading iTunes" displayed. When I click OK the next window says "Access Denied" and we're done.+
    Gosh, but it's been a long time since I've seen that error message code in this context ... (You've presumably got an iTunes version 6.0.5.20 or lower installed in your User account?) But it was certainly possible to get one flavor of the 0x80040707 (there were a bunch of different varieties, distinguished by the details of the error message text) if you had an older version of iTunes installed in one user account, and then tried to install a higher version in a different user account.
    Porcupine is correct here. You don't have to install iTunes in a different user account to use it there, so long as it is already installed in a different one. There's details here:
    How to use multiple iPods with one computer
    If you have to upgrade iTunes to use the new ipod, I'd first try doing the upgrade from inside your account rather than his. Does that get you past the 0x80040707?

  • Internal Failure - Error Number 0x80040707

    Hi
    I recntly was playing on my computer and when i tried to move songs to my ipod i got an error saying that the ipod could not be updated. i backed up all of my music and ininstalled itunes. i tried to reistall itunes and when the installation bar comes up i get an error message Internal Failure
    Error Number:0x80040707
    Description:
    Can someone help. i can't use itunes now and my ipod is empty.

    Hi there! Thats a common error message. Try this and see if it works:
    1. Run the setup program and PAY ATTENTION to the folder where you are installing the software. Keep clicking on the "Next" button and here it is, the progress bar.
    2. When the progress bar reaches 100% and you get the 0x80040707 error message, DO NOT click "Accept" or "Ok" or whatever says the button in the error window. Instead proceed as I describe:
    3. Go to the the folder where the program is supposed to be installed. Yes, it's there!. Copy this folder to another location (for example, to the desktop).
    4. Now click "Accept" or "Ok" in the 0x80040707 error window. This will erase almost every file in the folder where the program was originally installed. Who cares? You have a copy of it.
    5. Now overwrite this almost-empty original installation folder with the one you backuped.
    6. If you want you can even create manually a shortcut of the EXE file that launches the software wherever you like. Double click it. Does it work?

  • Error 0x80040707 - DLL function call crashed QTInstallCode

    Installing QuickTime Stand-Alone QuickTimeInstaller.exe Version 7.0.4.0 I get the following error and QuickTime will not load or function:
    Unhandled Exception
    Error Number: 0x80040707 - DLL function call crashed: QTInstallCode.QuickTimePostInstallProc
    Setup will now terminate.

    I was able to solve this, but I had to uninstall all instances of iTunes, ipod and QuickTime, delete their directories, use http://support.microsoft.com/kb/290301/
    to delete the installations of each and then use msconfig to remove them from the Startup.
    After that I rebooted and did a new install with the QuickTime Stand Alone and it worked!

  • Get the Error-Message-Number from RFC to SOAP

    Hi All,
    we have implemented a synchronous SOAP-Call to RFC over XI. How can I get the message-number from the raised exception in the RFC-function Module to the SOAP-Caller?
    Thanks a lot
    Matthias

    Matthias,
    For you to have an exception structure when an rfc is imported into Xi, the rfc should have an exception defined. Usually we define an ApplicationError as one of the exceptions.
    The idea is that if there was an exception which you didnt handle in your rfc (BAPI return will be emplty), the exception will be returned to XI and shown in SXMB_Moni as hard error(of course there should be a message mapping avaliable in XI )
    In all the other cases, since you are populating BAPIReturn which is tables parameter, you should be able see the filled structure in your response message from RFC.
    Regards,
    naveen

  • HT201413 I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the sign that says this application has failed because MSVCR80.dll was not found.

    I am having a problem updating itunes to the latest version on my windows xp i get the error message 126 and the banner that says this application has failed because MSVCR80.dll was not found. anyone have a fix suggestion? thanks

    Click here and follow the instructions.
    (98724)

  • My itunes will not start in Win XP. I get an error that says MSVCR80.dll can't be found. I am scared if I just reinstall iTunes that I will lose all my music and apps that are in the old itunes. What can I do.

    My iTunes will not start in Win XP. I am getting an error that says MSVCR80.dll can't be found. I am concerned that if I just do a reinstall
    of  iTunes it will overwrite or delete all the music and apps I have on the current app that won't start. When I boot the PC I get the following:
    APSDaemon.exe - unable to locate. MSVCR80.dll not found. Reinstalling application may fix this problem. How can I get iTunes started without losing
    all my music and apps? Thanks

    It won't unless a problem occurs. Back them up, uninstall iTunes and all related components, and reinstall them.
    (100013)

  • HT1918 I tried to change my password to my business credit card since almost all of the music and other things I buy from iTunes is for my work. But it wouldn't take that credit card number. I get the error message, the account is not connected to my Bank

    Hopefully, my question will appear with this comment. I'm new to Apple support. I really wanted an answer from Apple's billing/accounting department. I didn't think I'd need to submit it to a whole community to get an answer. I just want to change my account number to my business credit card but every time I try I get the error message that this account is not connected to my bank. Why is that necessary? It's my WORK credit card. It's not going to be connected to my personal bank account. I'm sure I'm not the only one that purchases work-related items from iTunes. What can I do to use this credit card when I am purchasing something for work? Can anyone assist me?

    First, please be aware that you are not communicating with Apple when you post in these forums. The only people who will reply to your posts are we your fellow users. iTunes Support will never respond to posts made here.
    As to your issue, confirm with your bank that they do not block access from on-line services or otherwise have restrictions on with whom a card can be used. For some company cards, such blocks can be set up. If you confirm that no such restrictions are in place, post back and we'll go from there.
    Regards.

  • After installing a new version of Firefox, I get the error message "The procedure entry point JS_GetOperationLimit could not be located in the dynamic link library js3250.dll" when I try to start firefox. Elsewhere in the forum a complete reinstall is su

    After installing a new version of Firefox, I get the error message "The procedure entry point JS_GetOperationLimit could not be located in the dynamic link library js3250.dll" when I try to start firefox. Elsewhere in the forum a complete reinstall is suggested; however, I can't do that because of my company's IT policies. Is there any way to solve this problem WITHOUT a complete reinstall? Thank you!
    == This happened ==
    Every time Firefox opened
    == I installed a new version ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)

    If you can't reinstall Firefox yourself then you need to contact your IT department and ask them to check the Firefox installation.
    It is possible that some files got broken with the latest update.

  • My problem is on my Windows PC.  I am getting the error message, "The procedure entry point sqlite_3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll.  I am told this is related to iTunes.  Any help?

    I use both a Mac and a PC.  My problem is on my Windows 7 PC.  I am getting the error message, "The procedure entry point sqlite_3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll.  I am told this is related to iTunes.  Any help out there?  Thanks

    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Restart the programme all should be well
    In case that your OS is (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Now paste it in the folder  C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Restart the programme, it should not display that message, it should be clear.
    Good Luck

  • HT1925 I am having an issue with loading Itunes. I receive a missing dll file notice. Then another error message. I have reinstalled Windows & still get the error. I did not get the error until I recently did an ITunes update.

    I am having an issue with ITunes after a recent ITunes update. I can not open ITunes, I get a message missing MSVCR80.dll file, Then an error 7 message. I have redone the OS for Windows 7 and restarted the computer. I keep getting the errors.

    Do the following:
    Uninstall from Windows the following five programs: iTunes, Apple Software Update, Apple Mobile Device Support, Bonjour and Apple Application Support. You do this from an applet in Control Panel called Programs & Features (in Windows 8, 7, or Vista) or Add or Remove Programs (in Windows XP).
    Download the latest version of iTunes from Apple and note the location you're saving it to so you can find it once it's done.
    Run the iTunes installation as an administrator, just Right click iTunes installer and Run as Administrator.

  • Itunes will not install. I get the error message "Error writing to file: C:\Program Files\Common Files\Apple\Mobile Device Support\com.apple.IE.client_main.dll     Verify that you have access to that directory."

    Itunes will not install. I get the error message "Error writing to file: C:\Program Files\Common Files\Apple\Mobile Device Support\com.apple.IE.client_main.dll     Verify that you have access to that directory."

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

Maybe you are looking for

  • Itunes and Admin tool do not see Airport on Windows XP

    I tried to make an airport express work with my IBM T42P laptop with Windows XP work. Neither the Airport Admin utility or Itunes detect the Airport Express. The strange thing though is, that I can see it in the wireless connections. I can even conne

  • Display problems with allowing web pages to use their own fonts, both on and off.

    I refer to the "Allow pages to choose their own fonts, instead of my selections above" option in the Content > Advanced tab of the Options menu. When I have this option unchecked, allowing my font choice to override the default non-image generated te

  • Excel import export using Office Control

    Hi, We have the requirement to provide a feature like an excel uplaod and download in our UI (WD ABAP).Basically we have some WD table view and we need to collect all the data in each cell and then download the data in an excel file.Similarly we need

  • Issue: addInstance() does not allow me to submit the form

    Hi, I am facing an strange issue with my form. This form has been generated through assembler but I am facing an issue and when i design a new form with the same hierarchy it doesnt show me the same problem. Issue: I have placed an button to create i

  • Movies originally on PC won't play video on Mac in QT

    I recently bought a Mac and transferred over a bunch of movies that were shot with a Casio digital camera. The movies appear to have been automatically coverted into .avi format but will not play any video when i click on them...they only play audio.