Microsoft
70-595 · Question #40
A solution in Microsoft Visual Studio 2010 contains a test project with unit tests for a BizTalk Server 2010 schema. When the test project is built, an error occurs that indicates that the tested…
The correct answer is A. Set Enable Unit Testing to True in the project properties for the schema project. See the full explanation below for the reasoning.
Question
A solution in Microsoft Visual Studio 2010 contains a test project with unit tests for a BizTalk Server 2010 schema. When the test project is built, an error occurs that indicates that the tested schema does not contain a definition for ValidateInstance or an extension method with this name. You need ensure that the project builds in Visual Studio 2010 without errors. What should you do?
Options
- ASet Enable Unit Testing to True in the project properties for the schema project.
- BSign the assembly with a strong name key in the project properties for the schema project.
- CCheck Enable Code Analysis on Build in the project properties for the test project.
- DSet Redeploy to False in the project properties for the schema project.
How the community answered
(44 responses)- A77% (34)
- B14% (6)
- C7% (3)
- D2% (1)
Community Discussion
No community discussion yet for this question.