HI, people. I'm stuck by VC ++ runtime. Please help me.

I woke up yesterday and found I have laptop cannot run the application. It gives an error saying

the application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe for more details.

then I used the sxstrace.exe for tracing the error, and finally arrived this txt file:

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

=================
Launch the activation context generation.
Input parameter:
Flags = 0
ProcessorArchitecture = Wow32
CultureFallBacks = en-US; FR; zh - CN, zh-Hans, zh
ManifestPath = C:\Program Files (x86)\Tencent\QQ\QQProtect\Bin\QQProtect.exe
AssemblyDirectory = C:\Program Files (x 86) \Tencent\QQ\QQProtect\Bin\
Application configuration file =
-----------------
INFO: Parsing manifest file C:\Program Files (x86)\Tencent\QQ\QQProtect\Bin\QQProtect.exe.
INFO: Manifest definition identity is Tencent.QQ, processorArchitecture = "X 86", type = "win32", version = "1.0.0.0".
INFO: Reference: Microsoft.VC80.CRT, processorArchitecture = "x 86" publicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "8.0.50727.4053"
INFO: Reference: Microsoft.VC80.ATL, processorArchitecture = "x 86" publicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "8.0.50727.4053"
INFO: Reference: Microsoft.Windows.Common - controls, language = "" * "processorArchitecture ="X 86", publicKeyToken = '6595b64144ccf1df', type is 'win32', version = '6.0.0.0'"
INFO: Resolving reference Microsoft.VC80.CRT, processorArchitecture = "x 86" publicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "8.0.50727.4053".
INFO: Resolving reference for ProcessorArchitecture WOW64.
INFO: Resolving reference for the neutral culture.
INFO: Application binding policy.
INFO: No found publisher policy.
INFO: No redirect political connection is found.
INFO: Start the detection of assembly.
INFO: Can't find the assembly in WinSxS.
NEWS: Try to detect manifest to C:\Windows\assembly\GAC_32\Microsoft.VC80.CRT\8.0.50727.4053__1fc8b3b9a1e18e3b\Microsoft.VC80.CRT.DLL.
INFO: Found no manifesto for the neutral culture.
INFO: End detection of assembly.
INFO: Resolving reference for ProcessorArchitecture x 86.
INFO: Resolving reference for the neutral culture.
INFO: Application binding policy.
NEWS: Control strategy of the Publisher C:\Windows\WinSxS\manifests\x86_policy.8.0.microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_517205a10f4550e3.manifest
INFO: Start the detection of assembly.
INFO: End detection of assembly.
ERROR: Activation context generation failed.
End activation context generation.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Then I realized that there was something wrong with the VC ++ 2005, so I uninstalled and reinstalled this several times running, but it didn't work.

MY laptop is equipted with I3, 4 GB RAM and 500 GB of disk. I think that it fast enough to make this request. AND my OS is win7 ultimate 64 - bit English version.

I'm so frustrated about this problem, after dealing this for 2 days.

Please help me.            Help. Help. Help.

Hello

The problem could be resolved if you try to install the final version.

IMPORTANT: If you have installed preliminary versions of Visual C++ 2005 or Visual Studio 2005, such as beta 1, beta 2 or the replication continues in cluster (CTP, Community Technical Preview) built, then you must uninstall them via Add/Remove programs in Control Panel before installing the final version.

Please go ahead and follow the steps mentioned and later a update on the State of the question.

Method 1: Install the latest version of Microsoft Visual C++

To check the latest versions of Visual C++ supported

http://support.Microsoft.com/kb/2019667?WA=wsignin1.0

Method 2: If the problem persists thenset your computer boot and then try to install.

By setting your boot system minimum state helps determine if third-party applications or startup items are causing the problem.

How to troubleshoot a problem by performing a start-up in minimal mode in Windows Vista, 7 or Windows 8:
http://support.Microsoft.com/kb/929135

Note: After the boot minimum troubleshooting step, follow step 3 in the link provided to return the computer to a Normal startup mode.

Please follow these recommended steps and post if you still experience the problem.

Tags: Windows

Similar Questions

  • Player flash stuck while playing. Please help me

    I recently installed 16 adobe flash player. every time I open firefox starts the video and then firefox everything gets stuck. Please help me. I have internet download manager like ad on.

    Install this add-on, the problem is still there?

    Flash block {web link}
    Never be annoyed by a Flash animation again! Blocks Flash so it
    will not be in your way, but if you want to see it, just click it

  • Windows Update is stuck look for updates please help

    I get very frustrated because one of my programs usually open unless I do an update of the platform, but when I try to update my computer is just stuck to 'check updates' and its been like that for more than a day. I don't know what to do, I called the support microsoft product, and even that they did not help. This is a new computer with windows 7 pro. Please help me I am very frustrated.

    3020369 is only a prerequisite for the KB3172605, a criticism:

    https://support.Microsoft.com/kb/3172605

    Best regards, VZ :)

  • I want to loop through the data from two different tables using for loop where the query should be replaced at runtime, please help me

    I have the data into two table with the structure of similar column, I want to loop through the data in these two tables

    based on some condition and runtime that I want to put the query in loop for example, the example is given, please help me

    create table ab (a number, b varchar2 (20));

    Insert into ab

    Select rownum, rownum. "" sample "

    of the double

    connect by level < = 10

    create table bc (a number, b varchar2 (20));

    Insert into BC.

    Select rownum + 1, rownum + 1 | "" sample "

    of the double

    connect by level < = 10

    declare

    l_statement varchar2 (2000);

    Boolean bool;

    Start

    bool: = true;

    If it is true, then

    l_statement: =' select * ab ';

    on the other

    l_statement: =' select * from bc';

    end if

    I'm in execute immediate l_statement - something like that, but I don't know

    loop

    dbms_output.put_line (i.a);

    end loop;

    end;

    Something like that, but this isn't a peace of the code work.

    Try this and adapt according to your needs:

    declare

    l_statement varchar2 (2000);

    c SYS_REFCURSOR;

    l_a number;

    l_b varchar2 (20);

    Boolean bool;

    Start

    bool: = true;

    If it is true, then

    l_statement: = "select a, b, AB;

    on the other

    l_statement: = "select a, b from bc;

    end if;

    --

    Open c for l_statement;

    --

    loop

    extract the c in l_a, l_b;

    When the output c % notfound;

    dbms_output.put_line (l_a |') -' || l_b);

    end loop;

    close c;

    end;

    /

  • My laptop is stuck in safe mode, please help me get out of safe mode. Thank you

    Original title: using safe mode

    My toshiba laptop running Windows 7 is in safe mode and I do not know how to exit safe mode. can you help me? Thank you, Mary

    Original title: using safe mode

    My toshiba laptop running Windows 7 is in safe mode and I do not know how to exit safe mode. can you help me? Thank you, Mary

    If you restart the computer, also restarts in Mode safe?

    If so, try this...

    Start button > Search box, type msconfig > press the Enter key > at the top, click on Startup tab > make sure that there is no check mark in the security box boot > if so, uncheck it > make sure there is NO checkmark anywhere in this window > click Ok when finished.

    Restart the computer.

  • Hi people I have some hard drive problems, please help :)

    Hi guys, I just bought a Sata HDD internal 2 TB, but I do not see it in 'my computer', but when I go to computer management I see, I tried to do something with it, but an error pops up, I treid deleting and creating a new partition, but just before the end, I get this error : "The operation failed to complete because the disk management console view is not updated.  Refresh the view by using the refresh task.  If the problem persists close the disk management console, then restart disk management or restart the computer. "Please help. TNX

    Did you try to restart and try again as he proposed?  Assuming that you I had two ideas.  First of all, if your system is not aware of Windows updates, I would now.  Secondly, I have had good success called Easeus Partition Master that you can download from http://easeus.com .  I see they have a page for a free version 9.1 for users running the environments of 32 and 64 bit to http://www.partition-tool.com/personal.htm .

    I hope this helps.  Good luck.

  • I download the ios9.2 but I can't download the application on the Apple App Store. Some people say to delete the old App Store, but cannot download the new App Store. Please help me. Thank you.

    I have download the iis 9.2 application, but I can't download the application on Apple App Store.Some people say need removes the old App Store and download the new AppStore.I can not download the new app store. Please help me. Thank you.

    Can't download what app? What happens when you try? The App Store is part of the operating system. You can not download separately.

  • request to help build a vi to acquire a signal of pc6251 for the acquisition of data and perform fft it can u people please help me? Thanks in advance

    Hi all... I learn LabVIEW since few days.i want to acquire a signal of pc6251 of acquisition of data and perform fft it can u people please help me? Thanks in advance

    If you do only use LabVIEW for a few days, you should get familiar with it first by looking at some of the resources available here. After that, you can watch heredata acquisition.

    After reviewing these documents, you can post back with any specific questions.

  • C++ Runtime Error help me solve this problem...

    I have tried every thing in the internet, and yet I can't find a solution for this error. I reinstalled windows, and yet, I get this error. Please help me to solve this error.

    Hi rachid,.

    We can help you further in the resolution of this run-time error.

    You can check the steps by Mohammad_Imran on Microsoft Visual C++ Runtime.

    You also have the opportunity to work on this further if recommendations do not work with Runtime Error Correction

    An update on the results.

  • BIG BUG: Pre stuck on mode headphones! Help

    I was listening to music on my pre and had plugged my earplugs I call then I unplugged them and now I can only make calls using the speakerphone or bluetooth headset and the internal speaker stopped working. During a call, if I look at the icons at the bottom of the screen of dial pad, left down to switch to speaker mode icon is now an icon of headphones, and if I press it, it goes into speakerphone mode. I can't go back to the normal mode. I restarted my phone several times, tried everything I could, it has been 2 days and still can not make a normal call.

    Please help, and no, I don't want to reformat my phone

    Sometimes the switch inside the headphone jack can get stuck

    Try to take your helmet and inserting and removing the decision-making of several times and see if the audio returns.

  • Stuck on the screen "Please wait" or "Configuring windows. Do not turn off your computer.

    I'm under 64-bit Windows 8

    Apparently, I scanned my system with a complete analysis of the system (AVAST) and my computer left thinking that it would take several hours. When I came back, my computer automatically shut down because it was left idle for about 4 hours. I don't know if the scan is finished. When I try to start, the screen becomes screen stuck on "Please wait" or "windows setup. Do not turn off your computer.

    I already tried to go on the System Recovery Options screen, then will solve the problems, then Advanced Options, but I tried everything what it and the problem persists even when I tried to start in safe mode. I tried to go to the command prompt, and then type sfc / scannow, but he says he cannot parse now. I also tried chkdsk / R, but it said the same thing. I don't know how to run cmd as administrator from the System Recovery Options.

    So now I tried to use system restore, but I'm stuck on the logo of windows for about 1 and a half hour. I don't know if I have to wait for it or it is already blocked. In other forums I've read, they were using only the Group of drive 'C:' connected with system restore. Should I do this?

    I think to delete AVAST or turn it off somehow.

    Please help me.

    Problem solved

    I would like to share how I solved the problem. I was able to start using the windows 8 cd and in the window that asks you the language of the windows 8 needs to be installed, you can see below "computer repair".

    After clicking on it, it automatically prompts me for advanced boot parameters. First I tried the auto repair, but it says the same thing, '.. '. can't fix right now... »
    So I tried the option "pc refresh. I waited a few minutes to cool to do and after the process, it is more hung please wait screen when starting.

    Once connected, I installed programs have been removed. In the local disk files, there is a new "windows.old folder ' showing all programs that I have the old system. Re-install program is easy and the best thing is that I have my computer back.

    My deep gratitude to those who helped me. Thank you!

  • try to download Acrobat Pro, get "WebGet request failed" and download stuck at 29%, please help

    try to download Acrobat Pro, get "WebGet request failed" and download stuck at 29%, please help

    Hi Tom,

    I recommend to use the direct download link: download Acrobat products | Standard, Pro | XI, X

    Please let me know if you still face challenges.

    Kind regards

    Rahul

  • Stuck in "From backup, please wait". Not even the work of history on the Web. What should do?

    As the topic says, last night, I tried to back up my data via FTP, connection tested, all were well. So, I went ahead and started the backup. Now it is stuck at "from backup, please wait... "since yesterday, Ditto for the application on the Web, when I try to log in it works fine until I'm connected, then the backup window appears and says the same thing. At the moment I can't access my data, change anything, or do anything at all besides. Anyone has a solution or advice for this problem? Google did not help at all.


    Sincerely

    Kim

    Hi Kim,

    Please send us your story email DL-AdobeStory-supportadobecom ID

    We will look into it.

  • Microsoft Visual C++ runtime Library runtime error help please

    I hope that someone will please help me with this, I can't use my Photoshop elements 9 and need!

    I found the instructions here ://helpx.adobe.com/photoshop-elements/kb/microsoft-c-runtime-error-launcing.htm http://http l

    and am running windows 7 Home premium.

    I want to try the instructions in the link above and my question is basically, am sure that, for most of you, but how I "navigate until" and where exactly I enter the path of the file so I can try this solution?

    I tried down on the start menu "search programs and files" and not come up with anything.  I also have to where my folder options displays the hidden files and folders, but am still not find C:\Program Data\Adobe\Photoshop Elements\9.0\Locale\en_us\

    If anyone can help me to learn at this point exactly how can I do to rename?

    Hi jo Mango,.

    Yes, I finally thought it out on mine (the technique how to dispose of anyway) and it's working now, thank God!

    Just follow the instructions here: http://helpx.adobe.com/photoshop-elements/kb/microsoft-c-runtime-error-launcing.html

    I had to type the file path in the address bar at the page.   Also if you can't find anything on your computer like that, go into your control panel and find the folder options and make sure that you have enabled to display the hidden files and folders.

    Hope that helps!

    This guy explains how pretty good http://mgxp.blogspot.com/2011/10/runtime-error-when-starting-photoshop.html

  • Please help me to assign a new Id for different people

    version 11g

    Please help me in new id of person assiging for dirrerent so people it's middle name is different
    I've listed on three scenarios in the example below. Please help me

    WITH NAMES AS( 
     /* Scenario1 -- Three dirrerent people so assign Three diffrrent ID,
                      keeping 1 id as is and assign two new ids from sequence*/
     SELECT 47540310 ID , 'WO' LAST_NAME , 'ROBERT' FIRST_NAME , 'C' MIDDLE_NAME FROM DUAL UNION ALL  
     SELECT 47540310 ID , 'WO' LAST_NAME , 'ROBERT' FIRST_NAME , 'W' MIDDLE_NAME FROM DUAL  UNION ALL  
     SELECT 47540310 ID , 'WO' LAST_NAME , 'ROBERT' FIRST_NAME , 'X' MIDDLE_NAME FROM DUAL  UNION ALL  
    
      /* Scenario2 NULL can be equal to any value if there is only one value to equate with 
        In the below case we have two values that can equate with null so assign three diffrent ids */
     
     SELECT 47540300 ID , 'AMATUZIO' LAST_NAME , 'ALBERT' FIRST_NAME , 'J' MIDDLE_NAME FROM DUAL UNION ALL  
      SELECT 47540300 ID , 'AMATUZIO' LAST_NAME , 'ALBERT' FIRST_NAME , NULL MIDDLE_NAME FROM DUAL  UNION ALL 
     SELECT 47540300 ID , 'AMATUZIO' LAST_NAME , 'ALBERT' FIRST_NAME , 'L' MIDDLE_NAME FROM DUAL  UNION ALL
    
      /* Scenario3 NULL can be equal to any value if there is only one value to equate with 
        In the below case we have ONE VALUE  that can equate with null so DONT ASSIGN ANY IDS*/
     SELECT 17540300 ID , 'AMARONE' LAST_NAME , 'JOSEPH' FIRST_NAME , 'J' MIDDLE_NAME FROM DUAL UNION ALL   
     SELECT 17540300 ID , 'AMARONE' LAST_NAME , 'JOSEPH' FIRST_NAME , NULL MIDDLE_NAME FROM DUAL
    
     )
     Select * from names
     
     o/P Required
     ID    LAST_NAME    FIRST_NAME    MIDDLE_NAME
    
    47540310    WO      ROBERT          C
    99999990    WO      ROBERT          W                   -- New Sequence Number
    99999991     WO      ROBERT         X                   -- New Sequence Number
    47540300    AMATUZIO    ALBERT    J
    99999992    AMATUZIO    ALBERT                          -- New Sequence Number
    99999993    AMATUZIO    ALBERT    L                     -- New Sequence Number
    17540300    AMARONE    JOSEPH    J
    17540300    AMARONE    JOSEPH    
    Thank you

    Published by: new learning June 7, 2012 14:12

    I do not understand what does this line:

    FIRST_VALUE (fn_get_person_id) - sequence to function

    I feel that the only difference with my query is to select distinct values, do not consider duplicates. Correct me if I'm wrong.

    For me, this should give the same result as your query:

    WITH NAMES AS ( /* Scenario1 -- Three dirrerent people so assign Three diffrrent ID, keeping 1 id as is and assign two
    new ids from sequence*/
                   SELECT   47540310 ID,
                            'WO' LAST_NAME,
                            'ROBERT' FIRST_NAME,
                            'C' MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   47540310 ID,
                            'WO' LAST_NAME,
                            'ROBERT' FIRST_NAME,
                            'C' MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   47540310 ID,
                            'WO' LAST_NAME,
                            'ROBERT' FIRST_NAME,
                            'W' MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   47540310 ID,
                            'WO' LAST_NAME,
                            'ROBERT' FIRST_NAME,
                            'X' MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   /* Scenario2 NULL can be equal to any value if there is only one value to equate with
                     In the below case we have two values that can equate with null so assign three diffrent ids */
                   SELECT   47540300 ID,
                            'AMATUZIO' LAST_NAME,
                            'ALBERT' FIRST_NAME,
                            'J' MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   47540300 ID,
                            'AMATUZIO' LAST_NAME,
                            'ALBERT' FIRST_NAME,
                            NULL MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   47540300 ID,
                            'AMATUZIO' LAST_NAME,
                            'ALBERT' FIRST_NAME,
                            'L' MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   /* Scenario3 NULL can be equal to any value if there is only one value to equate with
                     In the below case we have ONE VALUE  that can equate with null so DONT ASSIGN ANY IDS*/
                   SELECT   17540300 ID,
                            'AMARONE' LAST_NAME,
                            'JOSEPH' FIRST_NAME,
                            'K' MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   17540300 ID,
                            'AMARONE' LAST_NAME,
                            'JOSEPH' FIRST_NAME,
                            'Y' MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   17540300 ID,
                            'AMARONE' LAST_NAME,
                            'JOSEPH' FIRST_NAME,
                            NULL MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   17540300 ID,
                            'AMARONE' LAST_NAME,
                            'JOSEPH' FIRST_NAME,
                            'M' MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   17540300 ID,
                            'AMARONE' LAST_NAME,
                            'JOSEPH' FIRST_NAME,
                            'M' MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   99999999 ID,
                            'LO' LAST_NAME,
                            'CHRISTY' FIRST_NAME,
                            NULL MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   99999999 ID,
                            'LO' LAST_NAME,
                            'CHRISTY' FIRST_NAME,
                            'M' MIDDLE_NAME
                     FROM   DUAL
                   UNION ALL
                   SELECT   99999999 ID,
                            'LO' LAST_NAME,
                            'CHRISTY' FIRST_NAME,
                            'M' MIDDLE_NAME
                     FROM   DUAL),
     sel_names AS (  SELECT id
                              , last_name
                              , first_name
                              , middle_name
                              , COUNT (middle_name) OVER (PARTITION BY id ORDER BY middle_name) cnt
                              , ROW_NUMBER () OVER (PARTITION BY id  ORDER BY middle_name) rown
                           FROM (SELECT DISTINCT * FROM names) -- use SELECT DISTINCT here to remove duplicates
                       ORDER BY 1, 2, 3, 4
                       )
    SELECT 8888888 new_id, id, last_name, first_name
         , middle_name
      FROM sel_names
     WHERE cnt > 1 AND rown > 1;
    

    As you can see I have just replace the table with a view of inline using SELECT DISTINCT *.

                           FROM (SELECT DISTINCT * FROM names) -- use SELECT DISTINCT here to remove duplicates
    

    For the new id I put a dummy value 888888, you can use a function or sequence according to your needs.

    Kind regards.
    Al

Maybe you are looking for

  • quick way to define the family first name

    It is possible to select all the contacts whose first name first and change their surname first? This option is grayed out when I select more than one contact. A kind of macro, maybe? Thankd b

  • coolsense

    Whenever I turn on the latest version of the software Coolsense, my observer of events gives a warning about the speed of the processor is reduced: for example, the speed of the CPU 0 in group 0 is restricted by the system firmware. I use the pc perf

  • HP Envy: Reinstall the original PC games

    Is it possible to reinstall the original games came with the PC? My husband also has the same pc. Is there a way to copy from his PC?

  • Why can't I access Adobe ideas?

    Since Adobe download, draw, the Adobe ideas app has not worked and it crashes whenever I open it before loading. I don't want to delete it because it has many designs out there, I would also be able to access these drawings. How can I fix?

  • CC of stall

    My creative cloud account keeps dropping out in five minutes or more. Extremely irritating and in fact, the software is impractical when he does this. Having to constantly reconnect.