<?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: Creating a Custom Reviewer Check in ArcGIS Data Reviewer Questions</title>
    <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/creating-a-custom-reviewer-check/m-p/458596#M668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you getting this error while compiling the code or at Runtime?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Dec 2010 02:01:41 GMT</pubDate>
    <dc:creator>QingZhong</dc:creator>
    <dc:date>2010-12-08T02:01:41Z</dc:date>
    <item>
      <title>Creating a Custom Reviewer Check</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/creating-a-custom-reviewer-check/m-p/458594#M666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I downloaded a sample custom reviewer check application from the ArcGIS Resource Center:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Data Reviewer - Creating a Custom Reviewer Check | ArcGIS Resource Center &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/gallery/file/data-reviewer/details?entryID=1A7C977F-1422-2418-A062-ADDF50020750"&gt;http://resources.arcgis.com/gallery/file/data-reviewer/details?entryID=1A7C977F-1422-2418-A062-ADDF50020750&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In class 'IsNumericCustomCheck.vb' and function 'Excute', the following code generate an error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim pPLTSError As IPLTSError2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pPLTSError = New PLTSError&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'ESRI.Production.Engine.IPLTSError2'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{60AB3FBB-00D1-405D-9BEE-30BD93CEA872}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using VS 2010 and ArcGIS 10&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 01:57:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/creating-a-custom-reviewer-check/m-p/458594#M666</guid>
      <dc:creator>QingZhong</dc:creator>
      <dc:date>2010-12-07T01:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Custom Reviewer Check</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/creating-a-custom-reviewer-check/m-p/458595#M667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you getting this error while compiling the code or at Runtime?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 16:41:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/creating-a-custom-reviewer-check/m-p/458595#M667</guid>
      <dc:creator>DheerajVarshnay</dc:creator>
      <dc:date>2010-12-07T16:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Custom Reviewer Check</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/creating-a-custom-reviewer-check/m-p/458596#M668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you getting this error while compiling the code or at Runtime?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 02:01:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/creating-a-custom-reviewer-check/m-p/458596#M668</guid>
      <dc:creator>QingZhong</dc:creator>
      <dc:date>2010-12-08T02:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Custom Reviewer Check</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/creating-a-custom-reviewer-check/m-p/458597#M669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me reproduce this at my end and I will get back to you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 22:42:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/creating-a-custom-reviewer-check/m-p/458597#M669</guid>
      <dc:creator>DheerajVarshnay</dc:creator>
      <dc:date>2010-12-08T22:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Custom Reviewer Check</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/creating-a-custom-reviewer-check/m-p/458598#M670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Qing,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not able to reproduce this error on my machine. The sample custom check is working just fine. I think this could be because your environment is different then mine. I would like to know the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. What is the operating system on your machine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Is the operating system 32 bit or 64 bit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. What is the the version of Visual Studio .NET?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Have you modified the check? If yes then can you send me your modified solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dheeraj&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 18:26:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/creating-a-custom-reviewer-check/m-p/458598#M670</guid>
      <dc:creator>DheerajVarshnay</dc:creator>
      <dc:date>2010-12-16T18:26:06Z</dc:date>
    </item>
  </channel>
</rss>

