單項選擇題

You work as an application developer at Certkiller .com. You have recently created a business application that references another strong-named assembly named library.dll, and deployed it to all Certkiller .com users. 
Subsequent to testing the applications performance, you elect to upgrade the assembly’s version to 1.1.0.0. 
You need to ensure that the new version of will not affect any of Certkiller .com’s current users by adding the appropriate element to the assemblyBinding element in the application configuration file.What element should you add?()

A.A
B.B
C.C
D.D

題目列表

你可能感興趣的試題

單項選擇題

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.

微信掃碼免費搜題