You need to ensure that enough debugging information is available for MyApp.exe, so that if the application throws an error…

You are developing an application that produces an executable named MyApp.exe and an
assembly named MyApp.dll.
The application will be sold to several customers.

You need to ensure that enough debugging information is available for MyApp.exe, so that if
the application throws an error in a customer’s environment, you can debug the error in your
own development environment.
What should you do?

You are developing an application that produces an executable named MyApp.exe and an
assembly named MyApp.dll.
The application will be sold to several customers.

You need to ensure that enough debugging information is available for MyApp.exe, so that if
the application throws an error in a customer’s environment, you can debug the error in your
own development environment.
What should you do?

A.
Digitally sign MyApp.dll.

B.
Produce program database (PDB) information when you compile the code.

C.
Compile MyApp.exe by using the /unsafe compiler option.

D.
Initializes a new instance of the AssemblyDelaySignAttribute class in the MyApp.dll
constructor.



Leave a Reply 4

Your email address will not be published. Required fields are marked *


PaulC

PaulC

C.
Compile MyApp.exe by using the /unsafe compiler option.