What will you do to accomplish this task?

Posted by: Pdfprep Category: GSSP-.NET Tags: , ,

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 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?
A . Copy the serviced component assembly into the
B . Program FilesComPlus Applications fold er
C . Run the command line tool: regasm.exe myservices.dll.
D . Copy the serviced component assembly into the
E . WINDOWSsystem32Com folder.
F . Run the command line tool: gacutil.exe /i myservices.dll.

Answer: D

Leave a Reply

Your email address will not be published.