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.
- A. Digitally sign MyApp.dll.
- B. Produce program database (PDB) information when you compile the code. — đáp án hiện tại
- C. Compile MyApp.exe by using the /unsafe compiler option.
- 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.