You are maintaining a Microsoft ASP.NET Web Application that was created by using the Microsoft .NET Framework version 3.5.
You obtain the latest version of the project from the source control repository. You discover that an assembly reference is missing when you attempt to compile the project on your computer.
You need to compile the project on your computer.
What should you do?
A.
Add a reference path in the property pages of the project to the location of the missing assembly.
B.
Add a working directory in the property pages of the project to the location of the missing assembly.
C.
Change the output path in the property pages of the project to the location of the missing assembly.
D.
Delete the assembly reference. Add a reference to the missing assembly by browsing for it on your computer.