70-543  Exam

Exam # of questions Description  Update
70-543 111 Visual Studio Tools for 2007 MS Office System (VTS... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

70-543 - Exam Information
  • Description:Visual Studio Tools for 2007 MS Office System (VTSO)
  • Passing Score:0%
  • Practice Test - Number of questions:111 questions
  • Simulation Test - Number of questions:111 questions
  • Simulation Test Duration:120 minutes
  • Has explanations:No

Question of the day

You create an add-in for Microsoft Office Word by using Visual Studio Tools for the Microsoft Office System (VSTO). You deploy the add-in to a folder on a network share. The folder hosts 20 assemblies. All the assemblies are signed and contain the same digital signature. The add-in runs from a local computer. When the add-in is accessed from a network share by using the same computer, a security exception is raised. You need to ensure that the add-in can run from the network share. You must achieve this goal without elevating permissions for the other assemblies. What should you do?

Answer(s)

  1. Create a code group that is based on the file hash.
  2. Create a code group that is based on the publisher.
  3. Create a code group that is based on the network share URL.
  4. Create a code group that is based on the public token that is used to sign the assembly.
Correct Answer

Create a code group that is based on the file hash.