Question:You are creating an assembly named MyClasses.dll. The classes in your assembly will be accessed by several different applications installed on your computer. You would like all the applications to access the same instance of the assembly. How can you allow other applications to reference the MyClasses.dll assembly centrally? (Choose all that apply.)
A Use the .NET Framework 2.0 Configuration tool to add MyClasses.dll to the list of configured assemblies.
B Use the .NET Framework 2.0 Configuration tool to add MyClasses.dll to the assembly cache.
C Use Visual Studio to enable delay signing on the assembly.
D Use Visual Studio to add a Setup project to the MyClasses solution.