What should you do?
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 class library and decide to use the AppDomainSetup class to create an application domain.
You are required to create an instance of a type named BillSpace.BillType.
You are additionally required to configure the new application domain so that it probes for the assembly containing the type in a specified directory.
What should you do?