Question 561 of 1,000
hardmultiple choiceObjective-mapped

220-1102 Practice Question: A technician is troubleshooting a Windows 10…

This 220-1102 practice question tests your understanding of a technician is troubleshooting a windows 10…. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: visual C++ 2008 corresponds to version 9.0 of the runtime.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A technician is troubleshooting a Windows 10 application that crashes with the error 'This application could not be started. Side-by-side configuration is incorrect.' The technician runs sxstrace.exe and sees a manifest dependency on Microsoft.VC90.CRT with version 9.0.21022.8. Which action should the technician take?

Question 1hardmultiple choice
Full question →

A technician is troubleshooting a Windows 10 application that crashes with the error 'This application could not be started. Side-by-side configuration is incorrect.' The technician runs sxstrace.exe and sees a manifest dependency on Microsoft.VC90.CRT with version 9.0.21022.8. Which action should the technician take?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Install the Visual C++ 2005 Redistributable

Version 9.0 is Visual C++ 2008, not 2005 (which is 8.0).

B

Best answer

Install the Visual C++ 2008 Redistributable

The version 9.0.21022.8 corresponds to the Visual C++ 2008 runtime, so installing that redistributable will satisfy the dependency.

C

Distractor review

Re-register the application's DLLs using regsvr32

Re-registering DLLs does not address missing Visual C++ runtime components.

D

Distractor review

Run System File Checker (sfc /scannow)

SFC repairs protected system files but does not install missing third-party redistributables.

Answer analysis

Why the other options are wrong

Understanding why incorrect options are tempting is as important as knowing the correct answer.

  • Install the Visual C++ 2005 Redistributable

    Version 9.0 is Visual C++ 2008, not 2005 (which is 8.0).

  • Re-register the application's DLLs using regsvr32

    Re-registering DLLs does not address missing Visual C++ runtime components.

  • Run System File Checker (sfc /scannow)

    SFC repairs protected system files but does not install missing third-party redistributables.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Candidates might confuse Visual C++ versions, making option A (2005 Redistributable) seem plausible if they misinterpret the version number.

Technical deep dive

How to think about this question

The 'Side-by-side configuration is incorrect' error, often referred to as a 'SxS' or 'manifest' error, indicates that an application cannot find a required version of a shared component, typically a Microsoft Visual C++ runtime library. Applications built with specific versions of Visual Studio often depend on the corresponding Visual C++ Redistributable Package to provide these runtime libraries (like MSVCR90.dll for VC++ 2008). The `sxstrace.exe` utility is crucial for diagnosing these errors because it logs the exact dependency that failed to load. In this scenario, the trace explicitly points to `Microsoft.VC90.CRT` with version `9.0.21022.8`. The '90' in `VC90` and the '9.0' version number are direct indicators for the Visual C++ 2008 runtime. Each major version of Visual C++ has a distinct version number and corresponding redistributable package. Installing the correct redistributable package provides the necessary DLLs and manifest files that the application expects, resolving the side-by-side configuration issue. Distractor options fail to address this specific dependency. Installing the Visual C++ 2005 Redistributable (version 8.0) would not satisfy a 9.0 dependency. Re-registering DLLs with `regsvr32` is used for COM components and does not install missing runtime libraries or resolve manifest mismatches. Similarly, `sfc /scannow` is designed to repair corrupted Windows system files, not to install third-party or application-specific runtime dependencies like the Visual C++ redistributables. The problem here is a missing application dependency, not a corrupted core Windows file.

KKey Concepts to Remember

  • Visual C++ 2008 corresponds to version 9.0 of the runtime.
  • The 'Side-by-side configuration is incorrect' error indicates a missing shared component.
  • sxstrace.exe helps identify the exact missing dependency and its version.
  • Installing the correct Visual C++ Redistributable Package resolves runtime library dependencies.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Visual C++ 2008 corresponds to version 9.0 of the runtime.

Related practice questions

Related 220-1102 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

Question 1

A change advisory board (CAB) approved a standard change to update antivirus definitions on all servers. The technician completes the update on a file server and verifies the server is functioning normally. According to change management best practices, what documentation should the technician complete?

Question 2

A company's change management policy requires all server changes to be approved by the Change Advisory Board (CAB). A technician discovers that a critical database server's operating system needs a security patch to comply with a new regulatory requirement that takes effect in one week. The patch has a known risk of causing service downtime. The next scheduled CAB meeting is in two weeks. What should the technician do FIRST?

Question 3

A company is implementing a bring-your-own-device (BYOD) policy and needs to ensure that corporate data on employee mobile devices is protected. Which of the following is the MOST important technical control to implement?

Question 4

A company requires employees to present both a smart card and a PIN to log into their workstations. Which authentication principle is being implemented?

Question 5

A company requires all Windows 10 workstations to be able to join an Active Directory domain. Which edition of Windows 10 must be installed on these workstations?

Question 6

A company wants to allow employees to securely access internal resources from home via the internet. Which method provides the highest level of security for remote desktop connections?

Practice this exam

Start a free 220-1102 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 220-1102 question test?

Visual C++ 2008 corresponds to version 9.0 of the runtime.

What is the correct answer to this question?

The correct answer is: Install the Visual C++ 2008 Redistributable — The error indicates a missing or incompatible Visual C++ runtime. Version 9.0 corresponds to Visual C++ 2008. Installing the Visual C++ 2008 Redistributable (x86 or x64 as needed) resolves the side-by-side dependency. The 2005 version is 8.0, and 2010 is 10.0. Re-registering DLLs or running SFC does not fix missing redistributable packages.

What should I do if I get this 220-1102 question wrong?

Review visual C++ 2008 corresponds to version 9.0 of the runtime., then practise related 220-1102 questions on the same topic to reinforce the concept.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More 220-1102 practice questions

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 220-1102 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 220-1102 exam.