The company uses Visual Studio .NET as its application development platform. You are creating a strong named MyAssembly that will be used in several applications. The assembly will be rebuilt frequently during the development cycle. You must ensure that every time MyAssembly is rebuilt it works properly with all applications that use it. You are required to configure the computer on which you develop the assembly such that each application uses the latest build of MyAssembly. Which of the following actions will you take to accomplish the task?

Options
- Add the element to the machine configuration file: < developmentMode developerInstallation="true"/>
- Add the element to the configuration file of every application that uses the assembly: < supportedRuntime version="*.*.*.*" />
- To point to the build output directory for the strong named assembly, create a DEVPATH environment variable.
- a and c


CORRECT ANSWER : a and c

Discussion Board
eh what element to machine.config?

Answer A is not complete?

ronan 09-1-2014 03:55 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement