70-545CSharp TS Braindump
ExamSoon 70-545CSharp Exams
Microsoft TS:Microsoft Visio 2007, Application Development
O rder : 70-545CSharp Exam
Practice Exam: 70-545CSharp
Exam Number/Code: 70-545CSharp
Exam Name: TS:Microsoft Visio 2007, Application Development
Questions and Answers: 55 Q&As
Free 70-545CSharp Braindumps
Exam : Microsoft 70-545CSharp
Title : TS:Microsoft Visio 2007, Application Development
1. You create an Office Visio 2007 solution that consists of an add-in DLL for Visio 2007, a Visio 2007 stencil, and a
Visio 2007 template.
You need to ensure that the Visio 2007 solution can be deployed for the English, German, and Italian language
versions of Visio 2007.
What should you do?
A. Create an MSI package that contains the add-in DLL, the Visio 2007 template, and the Visio 2007 stencil. Run
visSolPublish.exe and specify the MSI package as the target.
B. Create an MSI package that contains the add-in DLL, the Visio 2007 template, and the Visio 2007 stencil for each
language. Include the international language code for the selected language in the file name of the MSI package. Run
visSolPublish.exe and specify all of the MSI packages as the targets.
C. Create an MSI package that contains the add-in DLL, the Visio 2007 template, and the Visio 2007 stencil. For
each Visio 2007 template and Visio 2007 stencil, apply the appropriate locale ID (LCID) code and the menu path for
each language by using visSolPublish.exe.
D. Copy the add-in DLL, the Visio 2007 template, and the Visio 2007 stencil to a shared folder. Create a subfolder for
each language. Use the appropriate locale ID (LCID) codes as the subfolder names. Copy the files for each language
into the appropriate subfolder.
Answer: C
2. You create an Office Visio 2007 Shared Add-in by using Microsoft Visual Studio 2005 Tools for Office Second
Edition.
You need to deploy the Visio 2007 add-in to several computers.
What should you do?
A. Configure the assembly to have a strong name. Copy the add-in DLL to a user-selected target directory