<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    It does but the solution turned out the be a command line issue
    solved by<br>
    <br>
    csc /r:System.dll CountPDFPages.cs<br>
    <br>
    On 2/25/2012 14.26, Kurt Moeller wrote:
    <blockquote
cite="mid:CAE3DApZC3JbunmiaUh5OtOLvnWGfbi_YEScZgRQ_hZo9VyxSdg@mail.gmail.com"
      type="cite">Does your code page include <br>
      <br>
      "using System.Text.RegularExpressions"?&nbsp; sometimes you may have to
      have a specific directive for the namespace even if you also have
      System.Text.<br>
      <br>
      <div class="gmail_quote">
        On Fri, Feb 24, 2012 at 2:31 PM, Steve VanSlyck <span dir="ltr">&lt;<a
            moz-do-not-send="true" href="mailto:s.vanslyck@spamcop.net">s.vanslyck@spamcop.net</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          Any windows gurus here familiar with C# errors generated by
          csc.exe?<br>
          <br>
          CountPDFPages.cs(20,19): error CS0234: The type or namespace
          name 'RegularExpressions' does not exist in the namespace
          'System.Text' (are you missing an assembly reference?)<br>
          <br>
          _______________________________________________<br>
          colug-432 mailing list<br>
          <a moz-do-not-send="true" href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
          <a moz-do-not-send="true"
            href="http://lists.colug.net/mailman/listinfo/colug-432"
            target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
colug-432 mailing list
<a class="moz-txt-link-abbreviated" href="mailto:colug-432@colug.net">colug-432@colug.net</a>
<a class="moz-txt-link-freetext" href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a>
</pre>
    </blockquote>
  </body>
</html>