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?
A.
Set Enable Unit Testing to True in the project properties for the schema project.
B.
Sign the assembly with a strong name key in the project properties for the schema project.
C.
Check Enable Code Analysis on Build in the project properties for the test project.
D.
Set Redeploy to False in the project properties for the schema project.