What should you do to load the assembly from its current location by .Net Framework?
C: The path here is incorrect since you only need point to the Test20 path in the scenario. You work as the application developer at Domain.com.
Domain.com uses Visual Studio.NET 2005 as its application development platform.
You are developing a .NET Framework 2.0 application and are busy developing the shared assembly called BillSharedObjects which resides in a file
named BillSharedObjects.dll, upon compiling you store the assembly in the C:BillSharedObjectsDebug directory.
You do not want the assembly to be repeatedly installed in the global assembly cache while you develop and debug.
You want the application to load the assembly from its current location by .Net Framework when testing whilst any changes made to the system not affect
any other applications that are deployed or will be deployed.
What should you do? (Choose two)