#1345 closed defect (fixed)
set build configurations to explicity target x86
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-3.0 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The current Maestro build configuration is AnyCPU. On an x64 system AnyCPU will target x64 and as a result this makes MapGuideDotNetApi.dll unusable because it is a 32-bit wrapper around 32-bit unmanaged binaries.
The fix is to explicitly target x86 as the CPU for all Maestro project files.
Note:
See TracTickets
for help on using tickets.
Fixed in r4832