<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: .NET Framework 4 in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306234#M7962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcEngine 10.0 in VS2010 .NET 4.0 and haven't experienced any problems that I am aware of.&amp;nbsp; I know that there is no support for WPF at this time, other than wrapping the map control within a WinForm.&amp;nbsp; Although we haven't done any WPF work, this information was communicated from some folks at ESRI.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 17:15:38 GMT</pubDate>
    <dc:creator>BobPokorny</dc:creator>
    <dc:date>2010-09-29T17:15:38Z</dc:date>
    <item>
      <title>.NET Framework 4</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306229#M7957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;will ArcGIS 10 support Desktop Extensions written on .NET Framework 4? Is WPF supported (besides Windows Forms)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards, Stefan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 12:23:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306229#M7957</guid>
      <dc:creator>StefanOffermann</dc:creator>
      <dc:date>2010-04-15T12:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Framework 4</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306230#M7958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think .net 4 is supported yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are you trying to do with WPF?&amp;nbsp; I've displayed wpf forms in ArcDesktop - what are you trying to do beyond that?&amp;nbsp; The only issue I've found is performance as the WPF forms can take a little while to load initially.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 11:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306230#M7958</guid>
      <dc:creator>AndrewMay</dc:creator>
      <dc:date>2010-08-20T11:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Framework 4</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306231#M7959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't think .net 4 is supported yet.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Neither do I. Are the any known official statements from ESRI?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What are you trying to do with WPF?&amp;nbsp; I've displayed wpf forms in ArcDesktop - what are you trying to do beyond that?&amp;nbsp; The only issue I've found is performance as the WPF forms can take a little while to load initially.&lt;BR /&gt;Andy&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I am just curious if there are any barriers using WPF in ArcGIS Desktop. Currently, I have no experience in programming with WPF, just WindowsForms.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards, Stefan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 08:20:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306231#M7959</guid>
      <dc:creator>StefanOffermann</dc:creator>
      <dc:date>2010-08-26T08:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Framework 4</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306232#M7960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This link seems to state that .net 3.5 is the required target version - but then it doesn't specifically rule out .net 4.0 either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/content/arcgissdks/10.0/system-requirements"&gt;http://resources.arcgis.com/content/arcgissdks/10.0/system-requirements&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've used wpf fairly extensively and not hit any issues with its use in ArcDesktop.&amp;nbsp; If you're used to WindowsForms then interfacing with wpf forms is not much different - in the end you're just displaying a form, and it doesn't really matter whether it's a windows form or wpf one.&amp;nbsp; With this kind of model the interface between ArcDesktop and your wpf code is fairly simple so there's not much that can go wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read it's possible to embed wpf controls directly onto windows forms but this isn't something I've tried.&amp;nbsp; If you're going down that route then you're more likely to hit issues - but then you're going to end up with a slightly odd looking application so this probably isn't something I'd recommend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the biggest strength of using wpf is using the MVVM (Model-View-View-Model) design pattern (seee &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/magazine/dd419663.aspx"&gt;http://msdn.microsoft.com/en-us/magazine/dd419663.aspx&lt;/A&gt;&lt;SPAN&gt;), especially with regards to unit testing.&amp;nbsp; Definitely worth investing the time to learn about.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 09:21:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306232#M7960</guid>
      <dc:creator>AndrewMay</dc:creator>
      <dc:date>2010-08-26T09:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Framework 4</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306233#M7961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I encounter some trouble while embedding wpf control into custom TOC in ArcMap:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/13940-using-wpf-in-IContentsView3?p=42573"&gt;http://forums.arcgis.com/threads/13940-using-wpf-in-IContentsView3?p=42573&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306233#M7961</guid>
      <dc:creator>egismazeika</dc:creator>
      <dc:date>2010-09-29T07:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Framework 4</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306234#M7962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcEngine 10.0 in VS2010 .NET 4.0 and haven't experienced any problems that I am aware of.&amp;nbsp; I know that there is no support for WPF at this time, other than wrapping the map control within a WinForm.&amp;nbsp; Although we haven't done any WPF work, this information was communicated from some folks at ESRI.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 17:15:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/net-framework-4/m-p/306234#M7962</guid>
      <dc:creator>BobPokorny</dc:creator>
      <dc:date>2010-09-29T17:15:38Z</dc:date>
    </item>
  </channel>
</rss>

