ArcObjects - .NET IDE version

2410
3
02-09-2012 02:27 AM
CliveSwan
Occasional Contributor II
I read that Visual Studio 2010 C# uses Microsoft .NET Framework 3.5 SP1 NOT Microsoft .NET Framework 4.0.

Is this correct, we cannot use Microsoft .NET Framework 4.0 for developing ArcObjects??

Thanks,

Clive
0 Kudos
3 Replies
GeorgeFaraj
Occasional Contributor III
I read that Visual Studio 2010 C# uses Microsoft .NET Framework 3.5 SP1 NOT Microsoft .NET Framework 4.0.
Is this correct, we cannot use Microsoft .NET Framework 4.0 for developing ArcObjects??
Thanks,
Clive


Visual Studio 2010 supports several versions of .Net. Currently ArcGIS 10.0 only supports .Net 3.5. ArcGIS 10.1 will support .Net 4.0.
0 Kudos
CliveSwan
Occasional Contributor II
Hi Charles, thanks for the clarification about 10.1!!

What MVC framework does ArcGIS 10 use??
0 Kudos
GeorgeFaraj
Occasional Contributor III
Hi Charles, thanks for the clarification about 10.1!!

What MVC framework does ArcGIS 10 use??


I don't think MVC has anything directly to do with ArcGIS. MVC is just a way of organizing a program. I suspect you could use the ArcGIS Engine components with any framework. ArcGIS (from the .Net perspective) is just a collection of wrapped COM objects to support a GIS.  It imposes no framework.
0 Kudos