Answers

Question and Answer:

  Home  MCSD.NET - 70-316 Exam

⟩ You use Visual Studio .NET to create an assembly, called XYZAssembly, that will be used byother applications, including a standard COM client application.You must deploy your assembly on the COM application to a client computer. You must ensurethat the COM application can instantiate components within the assembly as COM components.What should you do?A. Create a strong name of the assembly by using the Strong Name tool (Sn.exe).B. Generate a registry file for the assembly by using the Assembly Registration tool(Regasm.exe)Register the file on the client computer.C. Generate a type library for the assembly by using the Type Library Importer (Tlbimp.exe).Register the file on the client computer.D. Deploy the assembly to the global assembly cache on the client computer.Add a reference to the assembly in the COM client application.

B. Generate a registry file for the assembly by using the Assembly Registration tool

(Regasm.exe)

Register the file on the client computer.

 152 views

More Questions for you: