Microsoft
70-583 · Question #73
An application has been migrated to the Windows Azure platform. The application references a native x86 DLL. The DLL source code is not available. The application displays an error when loading the DL
The correct answer is A. Create a 32bit application to host the DLL.. See the full explanation below for the reasoning.
Question
An application has been migrated to the Windows Azure platform. The application references a native x86 DLL. The DLL source code is not available. The application displays an error when loading the DLL. You need to recommend an approach for ensuring that the application can load the DLL. What should you recommend?
Options
- ACreate a 32bit application to host the DLL.
- BModify the application to allow unsafe code.
- CModify the application to call methods in the DLL.
- DModify the application to target the x86 platform.
How the community answered
(42 responses)- A79% (33)
- B5% (2)
- C14% (6)
- D2% (1)
Community Discussion
No community discussion yet for this question.