<?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: How to replace obsolete class? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503710#M13508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you provide a screen shot of the references in your project?&lt;BR /&gt;&lt;BR /&gt;[ATTACH=CONFIG]23915[/ATTACH]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reference to ESRI.ArcGIS.ADF.Connection.Local&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reference ESRI.ArcGIS.ADF &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23916[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 May 2013 19:20:41 GMT</pubDate>
    <dc:creator>AnatolySenchenko</dc:creator>
    <dc:date>2013-05-01T19:20:41Z</dc:date>
    <item>
      <title>How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503702#M13500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For insert records in&amp;nbsp; Featureclass I use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using comReleaser As ESRI.ArcGIS.ADF.ComReleaser = New ESRI.ArcGIS.ADF.ComReleaser()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; comReleaser.ManageLifetime(featureBuffer)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; comReleaser.ManageLifetime(insertCursor)&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the Warning : 'ESRI.ArcGIS.ADF.ComReleaser' is obsolete: 'The assembly containing this class is obsolete.&amp;nbsp; Reference the ESRI.ArcGIS.ADF.Connection.Local assembly instead.'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to replace obsolete class ESRI.ArcGIS.ADF.ComRelease? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Example, please.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 15:25:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503702#M13500</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-05-01T15:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503703#M13501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the same syntax, but you need to add the reference ESRI.ArcGIS.ADF.Connection.Local&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This reference is not found in the Add ArcGIS References list, but in the full Add Reference list&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23905[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After adding the reference, you'll have to go into its properties and manually change the Specific Version to False&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 16:02:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503703#M13501</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-05-01T16:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503704#M13502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Change the reference to ESRI.ArcGIS.ADF.Connection.Local&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There was a recent discussion on here about why the COM releaser isn't a good idea. I've been having good results using Marshal.ReleaseComObject(&amp;lt;your object&amp;gt;) instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;some more info here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/4298-What-s-Up-with-ComReleaser-Is-it-really-working"&gt;http://forums.arcgis.com/threads/4298-What-s-Up-with-ComReleaser-Is-it-really-working&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/75186-Memory-leak-with-FeatureClass-object"&gt;http://forums.arcgis.com/threads/75186-Memory-leak-with-FeatureClass-object&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 16:07:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503704#M13502</guid>
      <dc:creator>RichWawrzonek</dc:creator>
      <dc:date>2013-05-01T16:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503705#M13503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can use the same syntax, but you need to add the reference ESRI.ArcGIS.ADF.Connection.Local&lt;BR /&gt;&lt;BR /&gt;This reference is not found in the Add ArcGIS References list, but in the full Add Reference list&lt;BR /&gt;&lt;BR /&gt;[ATTACH=CONFIG]23905[/ATTACH]&lt;BR /&gt;&lt;BR /&gt;After adding the reference, you'll have to go into its properties and manually change the Specific Version to False&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I find in ArcGIS References list &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt; ESRI.ArcGIS.ADF.Connection.Local&lt;/SPAN&gt;&lt;SPAN&gt; add the reference and change the Specific Version to False in its properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing has changed: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Warning 'ESRI.ArcGIS.ADF.ComReleaser' is obsolete: 'The assembly containing this class is obsolete.&amp;nbsp; Reference the ESRI.ArcGIS.ADF.Connection.Local assembly instead.'.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;But if befor this changes was only one Warning:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A reference was created to embedded interop assembly &lt;STRONG&gt;'ESRI.ArcGIS.Carto'&lt;/STRONG&gt; because of an indirect reference to that assembly from assembly&lt;STRONG&gt; 'ESRI.ArcGIS.ADF'&lt;/STRONG&gt;. Consider changing the 'Embed Interop Types' property on either assembly.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;After this changes append second Warning:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A reference was created to embedded interop assembly&lt;STRONG&gt; 'ESRI.ArcGIS.Carto' &lt;/STRONG&gt;because of an indirect reference to that assembly from assembly &lt;STRONG&gt;'ESRI.ArcGIS.ADF.Local'&lt;/STRONG&gt;. Consider changing the 'Embed Interop Types' property on either assembly.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 18:36:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503705#M13503</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-05-01T18:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503706#M13504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you also remove the reference ESRI.ArcGIS.ADF.ComReleaser?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 18:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503706#M13504</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-05-01T18:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503707#M13505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Change the reference to ESRI.ArcGIS.ADF.Connection.Local&lt;BR /&gt;There was a recent discussion on here about why the COM releaser isn't a good idea. I've been having good results using Marshal.ReleaseComObject(&amp;lt;your object&amp;gt;) instead.&lt;BR /&gt;&lt;BR /&gt;some more info here:&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/4298-What-s-Up-with-ComReleaser-Is-it-really-working"&gt;http://forums.arcgis.com/threads/4298-What-s-Up-with-ComReleaser-Is-it-really-working&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/75186-Memory-leak-with-FeatureClass-object"&gt;http://forums.arcgis.com/threads/75186-Memory-leak-with-FeatureClass-object&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If add the reference to ESRI.ArcGIS.ADF.Connection.Local - Nothing has changed!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If replace&amp;nbsp; ESRI.ArcGIS.ADF to&amp;nbsp; ESRI.ArcGIS.ADF.Connection.Local - Error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Type 'ESRI.ArcGIS.ADF.ComReleaser' is not defined.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 18:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503707#M13505</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-05-01T18:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503708#M13506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you also remove the reference ESRI.ArcGIS.ADF.ComReleaser?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;What it means &lt;/SPAN&gt;&lt;STRONG&gt;"reference ESRI.ArcGIS.ADF.ComReleaser"&lt;/STRONG&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can make reference ESRI.ArcGIS.ADF or ESRI.ArcGIS.ADF.Connection.Local&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 18:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503708#M13506</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-05-01T18:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503709#M13507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you provide a screen shot of the references in your project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23915[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 19:05:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503709#M13507</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-05-01T19:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503710#M13508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you provide a screen shot of the references in your project?&lt;BR /&gt;&lt;BR /&gt;[ATTACH=CONFIG]23915[/ATTACH]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reference to ESRI.ArcGIS.ADF.Connection.Local&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reference ESRI.ArcGIS.ADF &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23916[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 19:20:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503710#M13508</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-05-01T19:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503711#M13509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't see the reference ESRI.ArcGIS.ADF.Connection.Local in your list. Try removing both ESRI.ArcGIS.ADF and ESRI.ArcGIS.ADF.Local and adding in ESRI.ArcGIS.ADF.Connection.Local&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 19:29:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503711#M13509</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-05-01T19:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503712#M13510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry! Inattention.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 19:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503712#M13510</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-05-01T19:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503713#M13511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But new problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Warning:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A reference was created to embedded interop assembly 'ESRI.ArcGIS.Carto' because of an indirect reference to that assembly from assembly &lt;STRONG&gt;'ESRI.ArcGIS.ADF.Connection.Local'&lt;/STRONG&gt;. Consider changing the 'Embed Interop Types' property on either assembly.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 19:35:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503713#M13511</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-05-01T19:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503714#M13512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I haven't come across this error before. I came across &lt;/SPAN&gt;&lt;A href="http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/0fb6dfea-4b62-464a-94bf-3cde7082e637/"&gt;this post&lt;/A&gt;&lt;SPAN&gt; about the error, but my version of VS2010 (SP1Rel) doesn't contain the property "Embed Interop Types".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 19:54:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503714#M13512</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-05-01T19:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503715#M13513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Ken!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 20:04:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503715#M13513</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-05-01T20:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503716#M13514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;my version of VS2010 (SP1Rel) doesn't contain the property "Embed Interop Types".&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that this comes into play starting with the .NET 4.0 framework.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 20:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503716#M13514</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-05-01T20:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503717#M13515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What does this mean? My English is bad ... The problems started from&amp;nbsp; .NET 4.0 framework?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 20:38:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503717#M13515</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-05-01T20:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503718#M13516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ability to "Embed Interop Types" is only possible if your project is based on the .NET 4.0 framework (or later).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using the 2.0 or 3.5 framework then you won't see this for project references in Visual Studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I mentioned this because Ken said that this option was not present in his version of Visual Studio.&amp;nbsp; I think that it is present but only if you use the later frameworks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 21:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503718#M13516</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-05-01T21:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503719#M13517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I understand. Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 21:10:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503719#M13517</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-05-01T21:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503720#M13518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don't forget to click the check mark on the post that best answered your question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 12:19:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503720#M13518</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-05-02T12:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace obsolete class?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503721#M13519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Don't forget to click the check mark on the post that best answered your question.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't find this check mark!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It position right and after click it&amp;nbsp; is green?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I check #2...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 15:13:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-replace-obsolete-class/m-p/503721#M13519</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-05-02T15:13:46Z</dc:date>
    </item>
  </channel>
</rss>

