Answers

Question and Answer:

  Home  MCSD.NET - 70-320 Exam

⟩ Suppose You have an ASP.NET application named ES WebApp. This application uses a private assemblynamed Employee to store and retrieve employee data. Employee is located in the bin directory ofES WebApp. You develop a new ASP.NET application named ESWebApp2 that also needs touse Employee. You assign Employee a strong name, set its version to 1.0.0.0, and install it in theglobal assembly cache. You then create a publisher policy assembly for version 1.0.0.0 andinstall it in the global assembly cache. You compile ESWebApp2 against version 1.0.0.0. You donot recompile My WebApp. You then run ES WebApp.What is the most likely result?A. A Version Not Found Exception is thrown.B. Employee is loaded from the bin directory.C. Version 1.0.0.0 of Employee is loaded from the global assembly cache.D. Version 1.0.0.0 of Employee is loaded by the publisher policy assembly.

D. Version 1.0.0.0 of Employee is loaded by the publisher policy assembly.

 179 views

More Questions for you: