What should you do?

Users report that a Windows-based application does not run properly.
When users attempt to complete a particular action, the following error message text appears.
Unable to find assembly ‘myservices, Version=1.0.0.0,Culture=neutral, PublicKeyToken=29b5ad26c9de9b95’.
You discover that the error occurs when the Windows-based application attempts to call functionality in a serviced component that was registered by using the following command.

regsvcs.exe myservices.dll
You need to ensure that the application can call the functionality in the serviced component without throwing the exception.

What should you do?

Users report that a Windows-based application does not run properly.
When users attempt to complete a particular action, the following error message text appears.
Unable to find assembly ‘myservices, Version=1.0.0.0,Culture=neutral, PublicKeyToken=29b5ad26c9de9b95’.
You discover that the error occurs when the Windows-based application attempts to call functionality in a serviced component that was registered by using the following command.

regsvcs.exe myservices.dll
You need to ensure that the application can call the functionality in the serviced component without throwing the exception.

What should you do?

A.
Run the following tool from the command line.
gacutil.exe /i myservices.dll

B.
Run the following tool from the command line.
regasm.exe myservices.dll

C.
Copy the serviced component assembly into the following folder.
C:\Program Files\ComPlus Applications

D.
Copy the serviced component assembly into the following folder.
C:\WINDOWS\system32\Com



Leave a Reply 0

Your email address will not be published. Required fields are marked *