<?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 How can is show results in Console Window? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59985#M1645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am working a project where required geometry and attribute validations of ~ 50 checks.&lt;/P&gt;&lt;P&gt;Each validation status and errors type have to show in console window as well as a log shape file.&lt;/P&gt;&lt;P&gt;I have created log file but unable to console window log.&lt;/P&gt;&lt;P&gt;kindly, help how can achieve the above requirement.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note : I am working on .net basic command(Extending Arobjects).&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Aug 2017 16:50:11 GMT</pubDate>
    <dc:creator>chandra_sekhar_reddyguda</dc:creator>
    <dc:date>2017-08-27T16:50:11Z</dc:date>
    <item>
      <title>How can is show results in Console Window?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59985#M1645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am working a project where required geometry and attribute validations of ~ 50 checks.&lt;/P&gt;&lt;P&gt;Each validation status and errors type have to show in console window as well as a log shape file.&lt;/P&gt;&lt;P&gt;I have created log file but unable to console window log.&lt;/P&gt;&lt;P&gt;kindly, help how can achieve the above requirement.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note : I am working on .net basic command(Extending Arobjects).&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Aug 2017 16:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59985#M1645</guid>
      <dc:creator>chandra_sekhar_reddyguda</dc:creator>
      <dc:date>2017-08-27T16:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can is show results in Console Window?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59986#M1646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends how far you want to go with your presentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a new form with multiline scrolling text&amp;nbsp;control&amp;nbsp;on it and dump the text in there.&amp;nbsp; This gives you the most control over presentation but is the most development work/maintenance, and allows you to integrate this with your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you just want to see the log and don't care about the trimmings, you could simply get the system to use the default application to&amp;nbsp; open the qualified path and filename with&amp;nbsp;&lt;/P&gt;&lt;PRE class="" style="color: #393318; background-color: #eff0f1; border: 0px; font-size: 13px; margin: 0px 0px 1em; padding: 5px;"&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;Process&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;Start&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;FILE_NAME&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/18825370/open-a-txt-file-when-a-button-clicked-in-vb-net" title="https://stackoverflow.com/questions/18825370/open-a-txt-file-when-a-button-clicked-in-vb-net"&gt;Open a txt file when a button clicked in VB.NET - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me this opens the log file with Notepad++, which gives me all the power I could need for most log files.&amp;nbsp; If your log file is in the gigabytes-realm of size, you will need a more heavy-duty solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 01:31:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59986#M1646</guid>
      <dc:creator>AndrewQuee</dc:creator>
      <dc:date>2017-11-13T01:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can is show results in Console Window?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59987#M1647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To compliment&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/5502"&gt;Andrew Quee&lt;/A&gt;'s answer it is probably worth looking at &lt;A href="https://msdn.microsoft.com/en-us/library/ms172752(v=vs.100).aspx"&gt;this page&lt;/A&gt; about logging in VB .NET as this question is more about .NET than ArcObjects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 12:54:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59987#M1647</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2017-11-15T12:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can is show results in Console Window?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59988#M1648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In VB something like this:&amp;nbsp;&lt;A class="link-titled" href="https://msdn.microsoft.com/en-us/library/aa309383(v=vs.71).aspx" title="https://msdn.microsoft.com/en-us/library/aa309383(v=vs.71).aspx"&gt;Hello World in Visual Basic&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 16:25:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59988#M1648</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2017-11-15T16:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can is show results in Console Window?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59989#M1649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fair call, I'm still learning .NET so I still tend to think along hacky VB6/VBA lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's probably a more elegant solution and I have looked at .NET logging objects before.&amp;nbsp; I didn't mention it because I must have gone a step too far in the docs and the next thing I knew I was knee-deep in ASP, Windows Server and enterprise web server territory looking at listeners and instrumenters, which is imho waaay overkill for looking at a simple log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has a simple class or some sample code for implementing this, that'd be most appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 23:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59989#M1649</guid>
      <dc:creator>AndrewQuee</dc:creator>
      <dc:date>2017-11-15T23:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can is show results in Console Window?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59990#M1650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you are the first to end up with that overwhelming feeling as you stumble around the world of .NET, I know I regularly do! I would class myself as a desktop developer but as we move&amp;nbsp;towards ArcPro and ArcGIS online I have found the server side stuff a bit bewildering.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 10:17:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-is-show-results-in-console-window/m-p/59990#M1650</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2017-11-16T10:17:08Z</dc:date>
    </item>
  </channel>
</rss>

