<?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: Class don´t registry in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/class-don-t-registry/m-p/387984#M2505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;More one things. I visited the site "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fsupport.esri.com%2Fen%2Ftechnical-article%2F000009384" rel="nofollow" target="_blank"&gt;https://support.esri.com/en/technical-article/000009384&lt;/A&gt;&lt;SPAN&gt;" and i did what the site oriented, but the error persist.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2018 01:38:45 GMT</pubDate>
    <dc:creator>MardemRosa</dc:creator>
    <dc:date>2018-05-28T01:38:45Z</dc:date>
    <item>
      <title>Class don´t registry</title>
      <link>https://community.esri.com/t5/developers-questions/class-don-t-registry/m-p/387983#M2504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;I am receiving this message when i execute my c# program&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;erro: 80040154 Classe não registrada (Exceção de HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;I'm in VS 2017, i have installed ArcGis 10.5 (DeskTop and Server), Windows 7 64 bits and .net 4.6.1.&amp;nbsp; I installed too&amp;nbsp;ArcGIS_Runtime_SDK_DotNet_100_2_1.vsix, but this don´t show in my control pannel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;My code is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;System;&lt;BR /&gt;// using System.Collections.Generic;&lt;BR /&gt;using System.Linq;&lt;BR /&gt;using System.Text;&lt;BR /&gt;using System.IO;&lt;BR /&gt;using System.Threading.Tasks;&lt;BR /&gt;using ESRI.ArcGIS.AnalysisTools;&lt;BR /&gt;using ESRI.ArcGIS.Geoprocessor;&lt;BR /&gt;using ESRI.ArcGIS.Geoprocessing;&lt;BR /&gt;using ESRI.ArcGIS.Geodatabase;&lt;BR /&gt;using ESRI.ArcGIS.DataSourcesGDB;&lt;BR /&gt;using ESRI.ArcGIS.DataSourcesFile;&lt;BR /&gt;using ESRI.ArcGIS.DataManagementTools;&lt;BR /&gt;using ESRI.ArcGIS.esriSystem;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;namespace ConsoleApp3&lt;BR /&gt;{&lt;BR /&gt; class Program&lt;BR /&gt; {&lt;BR /&gt; static void Main(string[] args)&lt;BR /&gt; {&lt;BR /&gt;FeatureClass Myfeatureclass = new FeatureClass();&amp;nbsp; &amp;nbsp; &lt;STRONG style="color: #ff0000;"&gt;&amp;lt;==== The exception occurs here.&lt;/STRONG&gt;&lt;BR /&gt; ListSchemaLocksForObjectClass(Myfeatureclass);&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;//public static void ListSchemaLocksForObjectClass(IObjectClass objectClass)&lt;BR /&gt; public static void ListSchemaLocksForObjectClass(FeatureClass objectClass)&lt;BR /&gt; {&lt;BR /&gt; //Get an exclusive schema lock on the dataset.&lt;BR /&gt; ISchemaLock schemaLock = (ISchemaLock)objectClass;&lt;/P&gt;&lt;P&gt;// Get an enumerator over the current schema locks.&lt;BR /&gt; IEnumSchemaLockInfo enumSchemaLockInfo = null;&lt;BR /&gt; schemaLock.GetCurrentSchemaLocks(out enumSchemaLockInfo);&lt;/P&gt;&lt;P&gt;// Iterate through the locks.&lt;BR /&gt; ISchemaLockInfo schemaLockInfo = null;&lt;BR /&gt; while ((schemaLockInfo = enumSchemaLockInfo.Next()) != null)&lt;BR /&gt; {&lt;BR /&gt; Console.WriteLine("{0} : {1} : {2}", schemaLockInfo.TableName,&lt;BR /&gt; schemaLockInfo.UserName, schemaLockInfo.SchemaLockType);&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is apreciate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mdm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 01:29:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/class-don-t-registry/m-p/387983#M2504</guid>
      <dc:creator>MardemRosa</dc:creator>
      <dc:date>2018-05-28T01:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Class don´t registry</title>
      <link>https://community.esri.com/t5/developers-questions/class-don-t-registry/m-p/387984#M2505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;More one things. I visited the site "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fsupport.esri.com%2Fen%2Ftechnical-article%2F000009384" rel="nofollow" target="_blank"&gt;https://support.esri.com/en/technical-article/000009384&lt;/A&gt;&lt;SPAN&gt;" and i did what the site oriented, but the error persist.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 01:38:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/class-don-t-registry/m-p/387984#M2505</guid>
      <dc:creator>MardemRosa</dc:creator>
      <dc:date>2018-05-28T01:38:45Z</dc:date>
    </item>
  </channel>
</rss>

