<?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 esriSystem.olb - #import referenced a type from a missing type library in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/esrisystem-olb-import-referenced-a-type-from-a/m-p/244655#M6337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are some migration guidelines in the ArcObjects SDK:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/ArcObjects_NET/conceptualhelp/index.html#/welcome_to_the_arcobjects_help_for__net_developers/0001000002zs000000/"&gt;http://help.arcgis.com/en/sdk/10.0/ArcObjects_NET/conceptualhelp/index.html#/welcome_to_the_arcobjects_help_for__net_developers/0001000002zs000000/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Chapter "Migrationg and upgrading your code". Maybe this is useful. If you find a solution please post it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Apr 2010 09:46:57 GMT</pubDate>
    <dc:creator>MarcN</dc:creator>
    <dc:date>2010-04-12T09:46:57Z</dc:date>
    <item>
      <title>esriSystem.olb - #import referenced a type from a missing type library</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/esrisystem-olb-import-referenced-a-type-from-a/m-p/244654#M6336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure if this is my build setup or a more general problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had my Visual Studio 2005 C++ build working with the 9.4 beta 2 type libraries. This required some additional typelib #imports as noted in another post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the same source compiled with the 10.0 prerelease installed and OLBs registered gives the errors:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;stdafx.h(40) : error C4772: #import referenced a type from a missing type library; '__missing_type__' used as a placeholder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;stdafx.h(40) : fatal error C1084: Cannot read type library file: 'esriSystemUI.olb': Error loading type library/DLL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I allege that the type libraries are registered correctly - and no generated tlh or tli files show this error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else seen this? Or, does anyone have a working VS 2005 C++ build using this typelibs? Any clues?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 00:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/esrisystem-olb-import-referenced-a-type-from-a/m-p/244654#M6336</guid>
      <dc:creator>JohnRogers</dc:creator>
      <dc:date>2010-04-12T00:35:33Z</dc:date>
    </item>
    <item>
      <title>esriSystem.olb - #import referenced a type from a missing type library</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/esrisystem-olb-import-referenced-a-type-from-a/m-p/244655#M6337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are some migration guidelines in the ArcObjects SDK:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/ArcObjects_NET/conceptualhelp/index.html#/welcome_to_the_arcobjects_help_for__net_developers/0001000002zs000000/"&gt;http://help.arcgis.com/en/sdk/10.0/ArcObjects_NET/conceptualhelp/index.html#/welcome_to_the_arcobjects_help_for__net_developers/0001000002zs000000/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Chapter "Migrationg and upgrading your code". Maybe this is useful. If you find a solution please post it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 09:46:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/esrisystem-olb-import-referenced-a-type-from-a/m-p/244655#M6337</guid>
      <dc:creator>MarcN</dc:creator>
      <dc:date>2010-04-12T09:46:57Z</dc:date>
    </item>
    <item>
      <title>Solution found - loser error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/esrisystem-olb-import-referenced-a-type-from-a/m-p/244656#M6338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brain0 - thanks for the link - which turned out to be useful in tracking the error I had made.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had registered the 10.0 typelibs in one directory - but still had the Visual Studio project additional include directory pointing to the 9.4 beta OLBs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All fixed now&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 03:03:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/esrisystem-olb-import-referenced-a-type-from-a/m-p/244656#M6338</guid>
      <dc:creator>JohnRogers</dc:creator>
      <dc:date>2010-04-13T03:03:22Z</dc:date>
    </item>
  </channel>
</rss>

