try to solve #Error 1006

I posted a file earlier today (upgrade from AS2 S3), which has been resolved.

I'm trying to reuse code by attaching a button allows the Viewer to switch to the nextFrame and experience the effect of writing, but with the new copy.

It works, but I get the dreaded #1006 error. I continue to comment on the parties, but nothing changes. When I DEBUG it seems to reference

frame 2 line 36, which is related to the sound.

TypeError: Error #1006: stop is not a function.
at Write_AS3_fla::MainTimeline/onTimerB()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()

I appreciate the help.

This is the code that has been modified by placing the 'A' or 'B' to change.

Stop();


var strA:String = "Hello There";

var timerA:Timer = new Timer (1);

timerA.addEventListener (TimerEvent.TIMER, onTimerB);

timerA.start ();

var countA:Number = 0;

creating an instance for its

var sA:type = new type;
var schannelA:SoundChannel;


function onTimerB(event:TimerEvent):void {}

if(Count == 0) {}

schannelA = sA.play (0,1000);

}

theText.text = strA.substring(0,count);

Count += 2;

if(Count > stra.) Length) {}

timerA.removeEventListener (TimerEvent.TIMER, onTimerB);

schannelA = sA.stop ();

}

}

The solution has not changed... The Sound class does not have a stop() method.  The SoundChannel class is, reason for which you assign the play() method to a SoundChannel object variable (play() returns a SoundChannel object)...

var strA:String = "Hello There";

var timerA:Timer = new Timer (1);

timerA.addEventListener (TimerEvent.TIMER, onTimerB);

timerA.start ();

var countA:Number = 0;

creating an instance for its

var sA:type = new type;
var schannelA:SoundChannel;

function onTimerB(event:TimerEvent):void {}

if(Count == 0) {}

schannelA = sA.play (0,1000);

}

theText.text = strA.substring(0,count);

Count += 2;

if(Count > stra.) Length) {}

timerA.removeEventListener (TimerEvent.TIMER, onTimerB);

schannelA.stop ();

}
   
}

Tags: Adobe Animate

Similar Questions

  • TypeError: Error #1006: value is not a function.   mdas_fla::MainTimeline/ans() problem

    can you help me with this. This error pop up when I run my fla file.

    TypeError: Error #1006: value is not a function.

    at mdas_fla::MainTimeline/ans()

    This is my code:

    import flash.events. *;

    Import flashx.textLayout.conversion.PlainTextExporter;

    equal_btn.addEventListener (MouseEvent.CLICK, years);

    function ans(event:MouseEvent):void

    {

    var op: Array = new Array (String [10]);

    var num:Array = new Array(Number[10]);

    var dock: String;

    result_txt. Text = input_txt.text;

    keep = input_txt.text;

    var g:int = 0; var ctr:int = 0; var ctr2:int = 0; var str:String ="";

    while(g < Hold.Length)

    {

    If (hold.charAt (g) == '+' | hold.charAt (g) == '-' | hold.charAt (g) == ' *' | hold.charAt (g) == ' / ')

    {

    OP [ctr] = ' "+ hold.charAt (g);

    trace (op [CTR]);

    CTR ++; Ctr2 ++; Str ="";

    }

    on the other

    {

    Str += ' ' + hold.charAt (g);

    NUM [ctr2] = parseInt (str);

    trace (num [Ctr2]);

    }

    g ++ ;

    }

    var pl:int = 0; var val: Number = 0;

    for (var a: int = 0; has < op.length (); a ++)

    {

    Try

    {

    If (op [a] == ' *')

    {

    NUM [pl + 1] = num [pl] * num [pl + 1];

    }

    ElseIf (op [a] == ' /')

    {

    NUM [pl + 1] = num [pl] / num [pl + 1];

    }

    ElseIf (op [a] == '+')

    {

    NUM [pl + 1] = num [pl] + num [pl + 1];

    }

    on the other

    {

    NUM [pl + 1] is [pl] - [pl + 1] num num;.

    }

    }

    catch (error)

    {

    Val = num [pl];

    break;

    }

    PL ++;

    }

    trace (Val);

    result_txt. Text = "" + val;

    }

    pls... Help me solve this problem...

    Length() must be of length.  That is to say, the class array has a length property, no method.  Flash thinks you are trying to define a new function, length().

    PS so that debugging, click file > publishing settings > swf and check the box "enable debugging" so the number of problematic line of your error (s) is in error messages.  This makes it much faster to debug your code.

  • Error #1006: textBoxSet is not a function

    Here's a little background on myself and this error:

    I tried to solve this problem for about 2 hours, no other than how or resolve. I am a Java programmer and the tutor in my school and to this language, because it was "easier" to have GUI, animation and interaction. As a result, I'm still stumbling around actionscript a little.

    As or right now, copy the following code is for 1) set up a red rectangle movieClip, 2) move 200 pixels and 3) do call a function "textBoxSet' of the VeggieDisplay class that is imported and supposed to work.

    1 and 2 work very well, because they are relatively easy steps. However, when I try to launch displayItem.textBoxSet (); I get:

    TypeError: Error #1006: textBoxSet is not a function.

    at ProduceProject_fla::MainTimeline/frame1()

    I'm not sure why this is happening. I have everything set up and it should work. The methods are not nested, etc. etc. and such.

    For now, that's all I ask. I don't want to worry about the other thing that does not work more later (class element is not set in the timeline when should not be etc..)

    Code in the Timeline to Frame 1:

    import packages. VegetableDisplay;

    var displayItem:VegetableDisplay = new VegetableDisplay();

    trace (displayItem);

    displayItem.x = 200;

    this.addChild (displayItem);

    displayItem.textBoxSet ();

    Code for VegetableDisplay:

    the package packages {}

    import flash.display.MovieClip;

    import packages. Vegetable;

    import flash.text.TextField;

    SerializableAttribute public class VegetableDisplay extends MovieClip {}

    public var veggieItem:Vegetable;

    two text boxes are in the movieclip

    var nameText:TextField = new TextField();

    var typeText:TextField = new TextField();

    "Builder". Do not build a large part

    public void VegetableDisplay() {}

    the constructor code

    trace ("9");

    veggieItem = new Vegetable();

    trace ("veggieItem" + veggieItem.getName ());

    }

    set these text boxes in the movieClip

    private void textBoxSet (): void {}

    trace ("in");

    nameText.text = veggieItem.getName ();

    typeText.text = veggieItem.getType ();

    }

    }

    }

    Class of vegetables:

    the package packages {}

    public class {vegetables

    / * Actually, I have a problem with this class as well. When values are called the form, they come as "not defined" rather than what they should be.

    Why and how I could fix TI * /.

    private var myName:String = new String();                                        element name

    private var typeNum:Number = 0;                                                                      0: vegetable 1: fruits

    private var myType:String = new String();                                        corresponding channel

    private var classNum:Number = 0;                                                            fruit kernels and other

    private var itemClass:String = new String();                                        corresponding channel

    private var growingSeason:Array;                                                            month

    private var growingArea:Array;                                                                      areas

    public void Vegetable() {}

    the constructor code

    myName = "tomato."                                                                                           temporary up to begin importing rather than static.

    myType = "fruit";

    }

    Get methods

    public function getName (): String {}

    return MyName;

    }

    public function getTypeNum (): number {}

    TypeNum return;

    }

    public function getType (): String {}

    Return myType;

    }

    public function getClassNum (): number {}

    Return classNum;

    }

    public function getItemClass (): String {}

    return itemClass;

    }

    public function getGrowingSeason (): Array {}

    return which;

    }

    public function getGrowingArea (): Array {}

    Return growingArea;

    }

    Methods of definition

    public void setName (mName) {}

    myName = mName;

    }

    public void setTypeNum (tyNum) {}

    typeNum = tyNum;

    }

    public void setMyType (mType) {}

    myType = mType;

    }

    public void setClassNum (claNum) {}

    classNum = claNum;

    }

    public void setItemClass (itClass) {}

    itemClass = itClass;

    }

    public void setGrowingSeason (growSeason) {}

    Which = growSeason;

    }

    public void setGrowingArea (growArea) {}

    growingArea = growArea;

    }

    }

    }

    Any help would be greatly appreciated. Thank you.

    Class vegetable added if anyone bothers to build the class and test. The composition of the text box is just a rectangle with two text boxes "nameText" and 'typeText' so far, the dynamic and other text value.

    Also realized that I have never done with the name of the issue, so I did it is less ambiguous.

    You can start with a new set of files.  If I am controlled by using your last interpretation of the VegetableDisplay class so that other elements of coding your first assignment I get no error and exit following...

    9

    veggieItem tomato

    [object VegetableDisplay]

    in

  • How to solve error 0x80072eff and 0x80070005 messages

    How to solve error 0x80072eff and 0x80070005 messages?

    Hi LaKiesha Martin,

    1. Exactly when you receive the error message?
    2. Update you are trying to install?
    3. You have security software installed on the computer?
    4. Did you the latest changes on the computer?

    I suggest you temporary disable the security software installed on the computer and check if it helps.

    Important: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Note: Try the methods below only if the problem is with Windows update.

    Method 1

    Refer to the article below and try the steps mentioned, check if it helps.

    Error message when you use Microsoft Update or Windows Update Web sites to install updates on Windows 2000, Windows XP and Windows Server 2003: 0 x 80070005

    http://support.Microsoft.com/kb/968003

    Method 2

    See the update history to know that update fails to install on the computer.

    (a) open Windows Update by clicking Start , all programsand then click Windows Update.

    (b) in the left pane, click view update history.

    (c) to view more information about an update, double-click it.

    Once you know the update's KB number then visit the Microsoft Download and put the number in the search box, download and install the update manually.

    http://www.Microsoft.com/downloads/en/default.aspx

  • Error 1006 could not access network location % public % of office

    whenever I try to install vmware-player it gives me this anwser & other programs as well

    Take a look at the position of jwittenmyer on August 24, 2011 for the best answer to this problem.

    VMware Tools installation fails with the Error 1606
    http://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=1011717

    http://www.Google.com/search?q=VMware+1606&RLS=com.Microsoft:-AU & ie = UTF-8 & oe = UTF-8 & startIndex = & startPage = 1

    With Error 1606 and if you're worried about XP or Windows 7 patches, if not apply to Vista (they often do), take a look at these positions.

    + site: microsoft.com & rn = Programs + Forum http://social.answers.Microsoft.com/Search/en-US/?Query=Error%201606&RQ=meta:Search.MSForums.forumid (893ae3f8-6e52-4d46-8aee-71be26000c70)

    Then take a look at these.

    66 Error 1606. Location of access network
    http://www.kellys-Korner-XP.com/xp_tweaks.htm

    How to fix Error 1606 during installation of Adobe Acrobat
    http://www.gilsmethod.com/fix_error_1606_acrobat

    http://forums.CNET.com/5208-6121_102-0.html?forumid=45&ThreadId=104829&MessageID=1200965

    You receive an "Error 1606" error message when you try to install or remove a program from Microsoft
    http://support.Microsoft.com/default.aspx/KB/886549#appliesTo

    Resolve the Error 1606: could not access network location
    http://rajputyh.blogspot.com/2009/12/solve-Error-1606-could-not-access.html

  • How can I fix the error 1403-' "cannot be updated over, try again later error".

    When I try to update a program says "Cannot perform the update, try again later error 1403" I do a search on the web and each answer that comes up says it is a mistake to register, but they want to pay for it. And do a system restore is not feasible right now.

    Hello

    • What program you are trying to update?
    • This only happens with a specific program?

    You can view these methods:

    Method 1:

    I suggest you to disable any program of security on your computer and check if it solves the problem.
    After reviewing the question you must reactivate the security on your computer program.
    Note: Run the computer without antivirus software or firewall is a potential threat to the computer; Be sure to activate security software after completing the troubleshooting steps and after identifying the problem.

    Method 2:

    I suggest that you put your computer in a clean boot, try to install the updates and check.
    See the following article in the Microsoft KB for more information on how to solve a problem by performing a clean boot in Windows Vista or Windows 7:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135

    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

  • Sorry, unable to save your movie. Find missing files or delete the unusable items in your project and then try again. "Error: 0 x 87160129" during video editing in Windows Movie Maker/Windows Live Movie Maker

    I use the same device which was used to make movies in the past with no problems. The error message is sorry, unable to save your movie. Find missing files or delete the unusable items in your project and then try again. Error: 0 x 87160129

    I've never had any problems with this before and made more than 100 movies using WLMM or WMM. Thanks for any help. Would that my camera settings? I use a Lumix.

    I just found out what the problem is freakin ' and the solution. If the inserted videos have different "video codec" then it will not work!

    Before adding videos to Movie Maker, throw in a video converter and convert them all. (Even if the original format is WMV, convert again to WMV) that will ensure the output videos have the same codec!
    This solved the problem for me, hope, it does for you too...
  • Drivers Intel blocks most of the time, and every time I try to solve this question message says: the solution to this problem can not be downloaded.

    I use OS Windows7, drivers intel blocks most of the time, and whenever I try to solve this question message says: the solution to this problem can not be downloaded. What should I do?

    Original title: problem with drivers

    Hi Pragati,

    1. What is the accurate and complete error message you get?
    2. when exactly you get this error message?
    3. don't you make changes to the computer before the show?
    4. What is the brand and model of the computer?

    This problem can occur if the drivers for this particular material is not updated.

    Method 1: I suggest you run the hardware and devices Troubleshooter and see if that helps.

    Open the hardware and devices Troubleshooter

    http://Windows.Microsoft.com/en-in/Windows7/open-the-hardware-and-devices-Troubleshooter

    Method 2: I suggest you to update the drivers for the Intel hardware by selecting the model number from the following link:

    https://Downloadcenter.Intel.com/default.aspx

    Come back and let us know the State of the question, I'll be happy to help you. We, at tender Microsoft to excellence.

  • Solved: Error 0x80072ee2 Code and problem of invalid key when the key is invalid

    The problem with computer problems, it's that they can lose a huge amount of time trying to find the right solution that actually works.
    The reason why I created this issue and the solution is because I don't think that anyone allowed to solve the problem and I don't have the time to answer each question.

    Maybe the administrator can warn everyone and copy the message to the response section wherever it is, thank you.

    This solution is the one that actually worked properly and should work fine for 99% of all non only; 0x80072EE2 but key issues not valid genuine key is used.

    I don't remember if it was before I ran the Windows 7 disc or after completing what I got the following error message
    "Windows Activation error Code: 0x80072EE2.

    1)< show="" me="" other="" ways="" to="" activate="">
    2)< use="" the="" automated="" phone="" system="">
    3)< check="" nearest="" location="" (country)="">< next="">
    4)< telephone="" toll-free="" telephone="" number="">
    (A)< option:="" 1="">
    (B)< #="">
    (C) enter the activation number into each box when asked to do so
    1: after entering the right number in each box-< #="">
    2: If you no more; don't remember the exact number you placed in the area or you place
    wrong number
    It is easy to replace (edit) the wrong number and continue.

    BEFORE YOU INSTALL OR REPAIR WINDOWS 7 OR ANY OPERATING SYSTEM *.
    SOFTWARE BACKUP ALWAYS 1 PREFERABLY ON AN EXTERNAL HARD DRIVE *.
    BUT, OF COURSE, YOU CAN USE USB DRIVES OR DVD RECORDABLE RECORD... *.

    Install or repair Windows 7 (in my case, Home Premium 64 bit OEM but the similar method should be used for other windows): -.

    (1) insert my OEM of Windows 7 Home Premium 64 bit disc in my drive (in my case E:\ Drive BD - ROM combo
    -You probably D:\ DVD burner)
    ((2) IF the disc runs automatically and then go to 3) below
    (A) if the disc does not automatically
    1: Start (red, yellow, green, blue & flag (icon) in a circle) in the lower left corner of the screen
    in the taskbar
    2: select it (left click on the mouse button)-computer-select the drive (device with removable storage).
    you put the Windows disk in
    3, select the drive-Yes (if displayed) user account control
    (3) Windows 7 (Windows Installer) is displayed
    (A)< install="" now="">
    (B) install Windows - Get important updates for installation appears
    1:< go="" online="" to="" get="" the="" latest="" for="" installation="" (recommended)...="">
    2: I left checked (selected) the box, which refers, "I want to help improve the windows installation.
    -Useless - do not trust MS & partners - MS should provide free assistance
    especially when their software created problems in the first place.
    3: check the, "accept the terms of the license" (automatically without reading).
    because you have no choice if you want to use.
    4:< next="">
    5: "which type of installation do you want?
    A: I chose < upgrade=""> -because if it solves the problem it would save a lot of time.
    B: custom (Advanced) - to only use as a last resort and after backup all data and applications programs.
    -It is easy to format and install Windows 7 and other operating systems.
    -The main problem is, (the huge amount of time)
    find and restore all; drivers, applications (programs), emails.
    (C) to continue to follow the Wizard (information/instructions)
    (4) I followed the wizard - to give accurate information to reinstall Windows 7, but I received an error message
    -J' have probably first uninstall Windows 7.
    -NB! If you upgrade all software from a previous version do not remove the previous version
    unless directed to do, because he needs evidence that a previous version exists.
    -If you install a full version of a software, it's usually best to uninstall the previous version
    before installing the new version.

    Hope that this record many people losing large amounts of time, I did.

    Before I forget, every time (including recently) I asked for Activation of the aid staff
    They told me to contact Microsoft (MS) Technical Department
    (even to resolve this error: 0x80072EE2, which is a problem of Activation).

    Therefore, I would never check for MS and partners to obtain automatically the information from my computer.
    Occasionally, I'll send messages manually when asked.

    Solved: Error 0x80072ee2 Code and

    The key problem of invalid when key is valid

     

    The problem with computer problems, is that they can lose a huge amount of time

    try to find the right solution that actually works.

    Why I created this issue and the solution is because I don't think that no matter what

    No one helped to solve the problem, and I don't have the time to answer each question.

    Maybe the admin can warn everyone and copy the message to the response section

    wherever it is, thank you.

    This solution is the only one that actually worked properly and

    should work fine for 99% of all and not only;

    0x80072EE2 but key issues not valid genuine key is used.

    I don't remember if it was before I ran the Windows 7 disc or

    After completing what I got the following error message
    "Windows Activation error Code: 0x80072EE2.

    1)< show="" me="" other="" ways="" to="" activate="">
    2)< use="" the="" automated="" phone="" system="">
    3)< check="" nearest="" location="" (country)="">< next="">
    4)< telephone="" toll-free="" telephone="" number="">
    (A)< option:="" 1="">
    (B)< #="">
    (C) enter the activation number into each box when asked to do so
    1: after entering the right number in each box-< #="">
    2: If you no more; do not remember the correct number

    who has placed you in the box or you put the wrong number
    It is easy to replace (edit) the wrong number and continue.

    BEFORE INSTALL OR REPAIR - WINDOWS 7 OR ANY OPERATING SYSTEM
    ALWAYS 1 BACKUP SOFTWARE. PREFERENCE-HDD EXTERNAL

    BUT, YOU CAN USE A USB DRIVE OR RECORDING ON RECORDABLE DVD DISCS...

    Install or repair Windows 7 (in my case, Home Premium 64 bit OEM)

    but, the same method should be used for other windows):-

    (1) insert my OEM of Windows 7 Home Premium 64 bit disc in my drive

    (in my case E:\ BD - ROM combo drive - you probably D:\ DVD burner)
    ((2) if the disc runs automatically and then go to 3) below
    (A) if the disc does not automatically
    1: Start (red, yellow, green, blue & flag (icon) in a circle)

    in the lower left corner of the screen on the task bar
    2: select it (left click on the mouse button)-computer-select the drive

    (Device with removable storage), you put the Windows disk in
    3, select the drive-Yes (if displayed) user account control
    (3) Windows 7 (Windows Installer) is displayed
    (A)< install="" now="">

    1: after you place Windows in the drive do not touch keyboard keys

    while restarting the computer (once it has been shut down

    Just enter the password to log back on and ignore the error messages
    (B) install Windows - Get important updates for installation appears
    1:< go="" online="" to="" get="" the="" latest="" for="" installation="" (recommended)...="">
    2: I left checked (selected) the box, which means,.

    "I want to help improve the windows installation.
    -Useless - do not trust MS & partners - MS should provide free assistance
    especially when their software created problems in the first place.
    3: check the, "accept the terms of the license" (automatically without reading).
    because you have no choice if you want to use.
    4:< next="">
    5: "which type of installation do you want?
    A: I chose< upgrade="">

    -Because if it solves the problem it would save a lot of time.
    B: custom (Advanced)

    N ' use as a last resort and after backup all data and applications programs.
    -It is easy to format and install Windows 7 and other operating systems.
    -The main problem is, (the huge amount of time)
    find and restore all; drivers, applications (programs), emails.
    (C) to continue to follow the Wizard (information/instructions)
    (4) I followed the wizard - to give accurate information to reinstall Windows 7,

    but I got an error message.
    -J' have probably first uninstall Windows 7.
    -NB! If you upgrade all software from a previous version

    do not delete the previous version unless told to do so,

    because he needs proof that there is a previous version.
    -If you install a full version of a software, it's usually best to uninstall - previous version
    before installing the new version.

    Hope this save many people lost large amounts of time that I lost.

    Before I forget, every time (including recently) I asked for Activation of the aid staff
    They told me to contact Microsoft (MS) Technical Department
    (even to resolve this error: 0x80072EE2, which is a problem of Activation - I couldn't believe it).

    Therefore, I would never check for MS and partners

    for the information automatically to my computer.
    But, sometimes I send messages manually when asked.

    MS have done at least millions of people that help the MS, but still

    MS refuses to provide Support Free Chat in the world.

    -How much profit is MS wants to do,

    especially in situations when in fact MS software causes problems.

    To save space the administrator can delete previous versions of courrupted.

    I only hope that the conversion software does not change the format of this version too.

  • MFC-L2700DW Error 1006

    Just bought the new Brother printer and can't seem to install.  Have tried to install it several times both the CD that was provided and the Brother's Web site.  I get the error message: error DIFxDriverPackageInstall = 1006.  I called brother support and the technician told me through several things to try, but it always ends the same error message. Finally, he said I had to contact Microsoft.  I have 64-bit Windows 8.1.  Help, please.  Thank you.

    BJF

    Brother wrote the drivers and it's a driver error.

    DIFxDriverPackageinstall erroris 1006.

    They guide you how to fix it. It is a new printer and they are responsible for what we call the "out of box experience" (OOBE)

    I wish I didn't have to direct you to them, but we do not know their software or hardware.

  • Something has happened and this app could not be installed. Please try again. Error code: 0 x 80200013

    I try to install Smartglass and kepp getting the error 'something has happened and this app could not be installed. Please try again. "Error code: 0 x 80200013.

    How do I solve this problem

    Download ms TELECHARGEMENT

    another app installed fine updated 16 app fine

    Try smartglass error try again and error

    There's something weird going?  I finally got my apps install but I have to jump through hoops to do it.

    Try this and see if it works.

    1. Go to the store and select applications to install (with me, they all failed)
    2. Right click near the top of the screen and a menu bar will go down.
    3. Click on "your Apps".  Now, you will see a list of the applications you want to install.
    4. Click the button at the bottom, click the button install.
    5. Quickly, click on the link in the upper right that shows "install...". »
    6. Before installing, click on one (' preference who appeared at the origin of evil ' and click on 'Pause'.)
    7. Now, with a single application pause, check to see if you can now install others.

    For some reason, I can't get installed apps if I have an app paused.  After that the applications installed, I can un-pause that I've paused and install this one.

    I have no idea what's going on here, but has worked for me several times now.

  • Install Acrobat 10 on Surface by 3 with the error "Error 1006, the volume of a file has been externally modified."

    When installing acrobat 10 on Surface Pro 3, had Error 1006 "the volume for a file has been externally altered', how to fix?

    Hi rickyf36983392,

    Try to install Acrobat X using this link Download Adobe Acrobat products. Standard, Pro | DC, XI, X.

    Kind regards

    Nicos

  • How to solve error 201?

    How to solve error 201?

    https://helpx.Adobe.com/creative-cloud/KB/error-downloading-CC-apps.html

    try to use another connection (cable), a download manager, or another browser.

  • How to solve error HRESULT: 0 * 8007054f?

    How to solve error HRESULT: 0 * 8007054f?

    On which Mac or your mobile device, with which operating system?

  • How can I solve error 0x8024402C on update of Windows 7?

    * Original title: update windows

    How can I solve error 0x8024402C on update of Windows 7?

    See if anything here helps - http://windows.microsoft.com/en-us/windows/windows-update-error-8024402c#1TC=windows-7

    The error code is also mentioned in this article - https://support.microsoft.com/en-gb/kb/2509997 which has steps which peuvent help.

Maybe you are looking for