ThinkGeo.com    |     Documentation    |     Premium Support

Will Desktop Edition work with .NET Framework 2.0

Hi,


I was wondering if Map Suite Desktop 3.0 edition will work on workstations that only have the 2.0 framework and not the 3.5 framework?  



Clint, 
  
 We cannot install Desktop Edition on .NET framework 2.0 because our desktop also includes a WPF control, which needs framework 3.0 at least. But if you created a project with framework 2.0 (in VS2005 or create a 2.0 project in VS2008) in your developing environment and deploy the compiled assemblies to a new environment with only framework 2.0, it will work fine. 
  
 For Web Edition, you need to install and use it both under framework 3.5. That’s because we use WCF for serialization which is only supported in framework 3.5. 
  
 For Service Edition, you need to install it under framework 3.0 and similar to Desktop Edition, for a project created under 2.0 environments; you can also deploy it on a framework 2.0 only machine. 
  
 Ben