<?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 Code required to Export XML Workspace to Feature Class in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/code-required-to-export-xml-workspace-to-feature/m-p/687367#M18462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for a VB.Net code to &lt;/SPAN&gt;&lt;STRONG&gt;export XML workspcae to Feature Class&lt;/STRONG&gt;&lt;SPAN&gt;. I am currently using ArcGIS 10 "Import XML Workspace Document" tool to do the conversion. But to do batch XML workspaces import, I am planning to build a customized script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Asim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Nov 2011 10:35:06 GMT</pubDate>
    <dc:creator>Almuatasim_Ahmed_SaidAl-Hinai</dc:creator>
    <dc:date>2011-11-05T10:35:06Z</dc:date>
    <item>
      <title>Code required to Export XML Workspace to Feature Class</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/code-required-to-export-xml-workspace-to-feature/m-p/687367#M18462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for a VB.Net code to &lt;/SPAN&gt;&lt;STRONG&gt;export XML workspcae to Feature Class&lt;/STRONG&gt;&lt;SPAN&gt;. I am currently using ArcGIS 10 "Import XML Workspace Document" tool to do the conversion. But to do batch XML workspaces import, I am planning to build a customized script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Asim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 10:35:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/code-required-to-export-xml-workspace-to-feature/m-p/687367#M18462</guid>
      <dc:creator>Almuatasim_Ahmed_SaidAl-Hinai</dc:creator>
      <dc:date>2011-11-05T10:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Code required to Export XML Workspace to Feature Class</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/code-required-to-export-xml-workspace-to-feature/m-p/687368#M18463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I used the ESRI .Net code for importing a dataset from XML document which is available at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000mq5000000" rel="nofollow"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000mq5000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added a form with a button control on it and added the importing code on it with defining the paths for my xml doucment and my file geodatabase. But I got the following error in my Form1.Designer.vb:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;blue&amp;quot;;"&gt;Cannot embed interop type 'ESRI.ArcGIS.GeoDatabaseDistributed.IFeatureProgress_Event' because the source interface 'ESRI.ArcGIS.Geodatabase.IFeatureProgress' referenced by its ComEventInterfaceAttribute cannot be found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I highly appreciate any help to solve this error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Asim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 09:25:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/code-required-to-export-xml-workspace-to-feature/m-p/687368#M18463</guid>
      <dc:creator>Almuatasim_Ahmed_SaidAl-Hinai</dc:creator>
      <dc:date>2011-11-17T09:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Code required to Export XML Workspace to Feature Class</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/code-required-to-export-xml-workspace-to-feature/m-p/687369#M18464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You shouldn't be embedding interop types for your ESRI assembly references.&amp;nbsp; However, this is indicative that you have targeted the .NET Framework 4.0 which is not currently supported by ESRI.&amp;nbsp; If you change your project to reference the .NET Framework 3.5 then the error should go away.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 12:22:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/code-required-to-export-xml-workspace-to-feature/m-p/687369#M18464</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2011-11-17T12:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Code required to Export XML Workspace to Feature Class</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/code-required-to-export-xml-workspace-to-feature/m-p/687370#M18465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Neil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the .Net framework solved my problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Asim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:48:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/code-required-to-export-xml-workspace-to-feature/m-p/687370#M18465</guid>
      <dc:creator>Almuatasim_Ahmed_SaidAl-Hinai</dc:creator>
      <dc:date>2011-11-18T14:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Code required to Export XML Workspace to Feature Class</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/code-required-to-export-xml-workspace-to-feature/m-p/687371#M18466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just to document the steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;VB.NET 2010 VS Express:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Project menu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;--YourProject's properties (at the bottom of the menu)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---Compile tab&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----Advanced Compile Options button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-----Target Framework pulldown&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 11:40:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/code-required-to-export-xml-workspace-to-feature/m-p/687371#M18466</guid>
      <dc:creator>StormwaterWater_Resources</dc:creator>
      <dc:date>2014-04-10T11:40:34Z</dc:date>
    </item>
  </channel>
</rss>

