nerdexam
GIAC

GSSP-NET · Question #108

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2005 as its application development platform. You have recently finished development of a Windows GIAC GSSP-.NET…

The correct answer is C. Run the command line tool: gacutil.exe /i myservices.dll. See the full explanation below for the reasoning.

Question

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2005 as its application development platform. You have recently finished development of a Windows GIAC GSSP-.NET Exam application using .NET Framework. Users report that the application is not running properly. When the users try to complete a particular action, the following error message comes out:

Unable to find assembly 'myservices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=29b5ad26c9de9b95'. You notice that the error occurs as soon as the application tries to call functionality in a serviced component that was registered by using the following command:

regsvcs.exe myservices.dll You must make sure that the application can call the functionality in the serviced component with no exceptions being thrown. What will you do to accomplish this task?

Options

  • ARun the command line tool: regasm.exe myservices.dll.
  • BCopy the serviced component assembly into the C:\Program Files\ComPlus Applications
  • CRun the command line tool: gacutil.exe /i myservices.dll.
  • DCopy the serviced component assembly into the C:\WINDOWS\system32\Com folder.

How the community answered

(37 responses)
  • A
    8% (3)
  • B
    16% (6)
  • C
    70% (26)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice