integrating 64 bit Arcgis dll in 64 bit WPF application

345
1
04-03-2012 11:34 PM
sanjeevkumar2
New Contributor
Can we integrate 64 bit ArcGIS dll developed using arcobjects and arcengine components into 64 bit WPF application?

Thanks,
Sanjeev
0 Kudos
1 Reply
NeilClemmons
Regular Contributor III
No, ArcObjects are 32-bit so you'll have to set the target platform of your project to x86.  If you do not, then your code will not run as expected.
0 Kudos