[colug-432] csc.exe

Steve VanSlyck s.vanslyck at spamcop.net
Sat Feb 25 14:44:21 EST 2012


It does but the solution turned out the be a command line issue solved by

csc /r:System.dll CountPDFPages.cs

On 2/25/2012 14.26, Kurt Moeller wrote:
> Does your code page include
>
> "using System.Text.RegularExpressions"?  sometimes you may have to 
> have a specific directive for the namespace even if you also have 
> System.Text.
>
> On Fri, Feb 24, 2012 at 2:31 PM, Steve VanSlyck 
> <s.vanslyck at spamcop.net <mailto:s.vanslyck at spamcop.net>> wrote:
>
>     Any windows gurus here familiar with C# errors generated by csc.exe?
>
>     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?)
>
>     _______________________________________________
>     colug-432 mailing list
>     colug-432 at colug.net <mailto:colug-432 at colug.net>
>     http://lists.colug.net/mailman/listinfo/colug-432
>
>
>
>
> _______________________________________________
> colug-432 mailing list
> colug-432 at colug.net
> http://lists.colug.net/mailman/listinfo/colug-432
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.colug.net/pipermail/colug-432/attachments/20120225/52ef53aa/attachment.html 


More information about the colug-432 mailing list