GSSP-NET · Question #70
Georgina works as a Software Developer for BlueChip Inc. She develops an application named App1 using Visual Studio .NET. The company wants her to deploy App1 to a customer's laptop. Georgina…
The correct answer is B. The application base or root directory D. Sub-directories in the application's root directory E. The culture attribute of the assembly G. The assembly's name. See the full explanation below for the reasoning.
Question
Georgina works as a Software Developer for BlueChip Inc. She develops an application named App1 using Visual Studio .NET. The company wants her to deploy App1 to a customer's laptop. Georgina creates an assembly named Assembly1 to be stored in the Global Assembly Cache so that the Common Language Runtime (CLR) can locate and bind Assembly1. As the application executes, the CLR locates the path of Assembly1 through the codebase setting. But, it finds no <codebase> element in the app.config file, and fails to bind Assembly1. GIAC GSSP-.NET Exam Now, the CLR tries to locate Assembly1 through probing. Which of the following will the CLR check to locate Assembly1? Each correct answer represents a part of the solution. Choose all that apply.
Options
- APreviously loaded assemblies
- BThe application base or root directory
- CThe Gacutil.exe tool in the Global Assembly Cache
- DSub-directories in the application's root directory
- EThe culture attribute of the assembly
- FThe correct version of the assembly
- GThe assembly's name
How the community answered
(52 responses)- A6% (3)
- B79% (41)
- C2% (1)
- F13% (7)
Community Discussion
No community discussion yet for this question.