CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 77: 70-483: MCSD Programming in C

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…

Nội dung câu hỏi

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?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Digitally sign MyApp.dll.
  2. B. Produce program database (PDB) information when you compile the code. — đáp án hiện tại
  3. C. Compile MyApp.exe by using the /unsafe compiler option.
  4. D. Initializes a new instance of the AssemblyDelaySignAttribute class in the MyApp.dll constructor.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề