<?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: &amp;quot;Valid Feature&amp;quot; message box in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453645#M25906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I never even thought of doing a clean to the solution. That's a much better suggestion than mine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Sep 2013 18:11:19 GMT</pubDate>
    <dc:creator>JustinHunter</dc:creator>
    <dc:date>2013-09-14T18:11:19Z</dc:date>
    <item>
      <title>&amp;quot;Valid Feature&amp;quot; message box</title>
      <link>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453638#M25899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Recently my ArcMap began to give a message box that simply says "Valid Feature".&amp;nbsp; It pops up every time an edit occurs (moving a node, etc).&amp;nbsp; It never happened before and I don't know what changed but it's annoying having the message pop up several times during an edit session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how to turn that message box off?&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 16:46:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453638#M25899</guid>
      <dc:creator>DanielWebb2</dc:creator>
      <dc:date>2013-06-26T16:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: "Valid Feature" message box</title>
      <link>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453639#M25900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anybody have any ideas?&amp;nbsp; Any thoughts at all may be helpful.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 22:19:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453639#M25900</guid>
      <dc:creator>DanielWebb2</dc:creator>
      <dc:date>2013-07-09T22:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: "Valid Feature" message box</title>
      <link>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453640#M25901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd also like to know if anyone else has found a solution to this unnecessary pop-up. I'm doing a clip that will hit a few thousand features and I have to sit here and hit "OK"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 16:33:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453640#M25901</guid>
      <dc:creator>JustinHunter</dc:creator>
      <dc:date>2013-07-29T16:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: "Valid Feature" message box</title>
      <link>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453641#M25902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I ended up figuring this issue out. When I installed the ArcObjects SDK one of the samples it installed was called "AddInEditorExtension." Even though this add-in was not installed it ArcMap acted as if it was. I actually had to go IN to the code and comment out the System.Windows.Forms.MessageBox.Show("Valid Feature"); inside of void Events_OnCreateChangeFeature(ESRI.ArcGIS.Geodatabase.IObject obj), because no matter what I did the message showed, even after I forcefully added the add-in and then removed it again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 16:58:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453641#M25902</guid>
      <dc:creator>JustinHunter</dc:creator>
      <dc:date>2013-07-29T16:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: "Valid Feature" message box</title>
      <link>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453642#M25903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice!&amp;nbsp; Thanks a lot for the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason the "Valid Feature" message box stopped popping up so I forgot about it.&amp;nbsp; But I found the Visual Studio Solution you talked about and the message box so if it starts popping up again I'll comment it out.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's commented out do you think it will require adding a "return" keyword to stop execution without crashing? (I'm still new to C# and developing.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, thanks a ton!&amp;nbsp; That was driving me crazy for a while.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 18:36:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453642#M25903</guid>
      <dc:creator>DanielWebb2</dc:creator>
      <dc:date>2013-07-29T18:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: "Valid Feature" message box</title>
      <link>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453643#M25904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No return required. Since the method returns a void it will simply finish execution of itself and automatically finish. There's no harm in adding the return, but it's not necessary.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 18:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453643#M25904</guid>
      <dc:creator>JustinHunter</dc:creator>
      <dc:date>2013-07-29T18:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: "Valid Feature" message box</title>
      <link>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453644#M25905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So I ended up figuring this issue out. When I installed the ArcObjects SDK one of the samples it installed was called "AddInEditorExtension." Even though this add-in was not installed it ArcMap acted as if it was. I actually had to go IN to the code and comment out the System.Windows.Forms.MessageBox.Show("Valid Feature"); inside of void Events_OnCreateChangeFeature(ESRI.ArcGIS.Geodatabase.IObject obj), because no matter what I did the message showed, even after I forcefully added the add-in and then removed it again.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for your help on this. I had asked all the other users I know and checked websites and found no help until I saw your reply. You can imagine trying to copy in thousands of polygons into a feature class and getting that "Valid Feature" message on every single one. Instead of commenting the lines out as you suggested, I did a clean so there would be no files in the bin folder and the dll could not be used. It has worked so far.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 15:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453644#M25905</guid>
      <dc:creator>KerryLivengood</dc:creator>
      <dc:date>2013-09-12T15:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: "Valid Feature" message box</title>
      <link>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453645#M25906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I never even thought of doing a clean to the solution. That's a much better suggestion than mine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Sep 2013 18:11:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/amp-quot-valid-feature-amp-quot-message-box/m-p/453645#M25906</guid>
      <dc:creator>JustinHunter</dc:creator>
      <dc:date>2013-09-14T18:11:19Z</dc:date>
    </item>
  </channel>
</rss>

