單項(xiàng)選擇題

You work as an application developer at Certkiller .com. You have recently created a business application, which requires complex installation logic. You add the following code to your project after electing to create a custom installer for the business application. public class ApplicationInstaller : Intaller { public override void Install (IDictionary stateSaver) { //Install the application Base.Install (stateSaver); } public override void Commit (IDictionary savedState) { //Commit the application Base.Commit (savedState); } public override void Rollback (IDictionary savedState) { //Rollback the application Base.Rollback (savedState); } public override void Uninstall (IDictionary savedState) { //UnInstall the application Base.Uninstall (savedState); } } What should be done NEXT?()

A. The assembly should be compiled and the Install.exe tool should be run.
B. The RunInstaller attribute should be added to the business application assembly and it should be set to true.
C. The assembly should be compiled and should be run as normal.
D. The RunInstaller attribute should be added to the ApplicationInstaller class and it should be set to true.

題目列表

你可能感興趣的試題

多項(xiàng)選擇題

You work as an application developer at Certkiller .com. You are in the process of creating an application for Certkiller .com’s Human Resources department that tracks employee benefits. You have to store current employee data without recompiling the application. You elect to store this employee data as a custom section in the application configuration file. The relevant portion of the application configuration file is shown in the following exhibit: <?xml version="1.0" encoding="utf-8" ?>   You want to use the .NET 2.0 Configuration API to access the custom section. You need to ensure that programmatic access of the EmployeeSection element is enabled. What should you do?()

A. Create a custom section handler class that inherits the ConfigurationSection interface.
B. Add a section element to the EmployeeSection element of the application configuration file.
C. Create a custom section handler class that implements the IConfigurationSectionHandler interface.
D. Add an EmployeeSection element to the configSections element of the application configuration file.
E. Create a custom section handler class that implements the IApplicatioSettingsProvider interface.
F. Add a section element to the configSections element of the application configuration file.

微信掃碼免費(fèi)搜題