- Install Dev11 Ultimate x86 retail
- Open a "Developer Command Prompt for VS 11" under the "Visual Studio Tools" folder
- Change to the following directory: "c:\program files (x86)\microsoft visual studio 11.0\common7\ide\commonextensions\datadesign"
- Execute the following command:
dumpbin /headers microsoft.data.entity.design.datasourcewizardextension.dll
- Look for the "subsystem version" in the output
RESULT:
4.00 subsystem version
EXPECTED:
6.00 subsystem version
This item was migrated from the DevDiv work item tracking system [ID=463980].
Comments: Not repro in the new branch.
- Open a "Developer Command Prompt for VS 11" under the "Visual Studio Tools" folder
- Change to the following directory: "c:\program files (x86)\microsoft visual studio 11.0\common7\ide\commonextensions\datadesign"
- Execute the following command:
dumpbin /headers microsoft.data.entity.design.datasourcewizardextension.dll
- Look for the "subsystem version" in the output
RESULT:
4.00 subsystem version
EXPECTED:
6.00 subsystem version
This item was migrated from the DevDiv work item tracking system [ID=463980].
Comments: Not repro in the new branch.