Select to view content in your preferred language

CLR20r3 with default C# MapControl app from Visual Studio 2008 Pro

4003
1
04-22-2010 10:08 AM
MikeBirch
New Contributor
I have installed ArcGIS 9.3 Developer Kit for .NET in a 64 bit Windows 7 Professional environment.
I create a new project via Visual C#->ArcGIS->Engine->MapControlApplication from within Visual Studio 2008 Professional Edition (attempting to follow examples from help and developer guide)
This application will build just fine, but it will not run.  I get the following error:

Description:
  Stopped working

Problem signature:
  Problem Event Name: CLR20r3
  Problem Signature 01: mapcontrolapplication.exe
  Problem Signature 02: 1.0.0.0
  Problem Signature 03: 4bd08e75
  Problem Signature 04: System.Windows.Forms
  Problem Signature 05: 2.0.0.0
  Problem Signature 06: 4a275ebd
  Problem Signature 07: 199c
  Problem Signature 08: 11
  Problem Signature 09: PSZQOADHX1U5ZAHBHOHGHLDGIY4QIXHX
  OS Version: 6.1.7600.2.0.0.256.48
  Locale ID: 1033

Any help would be greatly appreciated.
Thanks,
Tim
0 Kudos
1 Reply
TimParis
Emerging Contributor
The error was due to building for 64bit on 64bit Windows 7.  Once I changed platform target to x86, everything worked successfully.
0 Kudos