Click here to Skip to main content
15,901,505 members
Home / Discussions / C#
   

C#

 
GeneralRe: Error: RegularExpression can't be found Pin
u060509423-Jan-09 8:43
u060509423-Jan-09 8:43 
GeneralRe: Error: RegularExpression can't be found Pin
DaveyM6923-Jan-09 8:51
professionalDaveyM6923-Jan-09 8:51 
GeneralRe: Error: RegularExpression can't be found Pin
u060509423-Jan-09 8:57
u060509423-Jan-09 8:57 
GeneralRe: Error: RegularExpression can't be found Pin
DaveyM6923-Jan-09 9:06
professionalDaveyM6923-Jan-09 9:06 
GeneralRe: Error: RegularExpression can't be found Pin
PIEBALDconsult23-Jan-09 9:43
mvePIEBALDconsult23-Jan-09 9:43 
GeneralRe: Error: RegularExpression can't be found Pin
DaveyM6923-Jan-09 10:05
professionalDaveyM6923-Jan-09 10:05 
GeneralRe: Error: RegularExpression can't be found Pin
u060509423-Jan-09 16:53
u060509423-Jan-09 16:53 
GeneralRe: Error: RegularExpression can't be found Pin
User 665823-Jan-09 9:48
User 665823-Jan-09 9:48 
using System.Text.RegularExpressions;
using System;

namespace Test
{
	public class Test
	{
		public static void Main(string[] args)
		{
			Console.WriteLine("Hello");
			
			Console.ReadKey();
		}
	}
}


This compiles prefectly for me just using this without any parameters:

csc test.cs


/edit: And yes, it tested it using pure 'hardcore' notepad++ (well, at least it has syntax highlighting!) and cmd OMG | :OMG:

modified 12-Sep-18 21:01pm.

GeneralRe: Error: RegularExpression can't be found Pin
PIEBALDconsult23-Jan-09 12:42
mvePIEBALDconsult23-Jan-09 12:42 
GeneralRe: Error: RegularExpression can't be found Pin
u060509423-Jan-09 16:46
u060509423-Jan-09 16:46 
GeneralRe: Error: RegularExpression can't be found Pin
PIEBALDconsult23-Jan-09 9:51
mvePIEBALDconsult23-Jan-09 9:51 
GeneralRe: Error: RegularExpression can't be found [modified] Pin
u060509423-Jan-09 16:34
u060509423-Jan-09 16:34 
QuestionI need help for sms sending Pin
abouhin23-Jan-09 8:30
abouhin23-Jan-09 8:30 
AnswerRe: I need help for sms sending Pin
DaveyM6923-Jan-09 8:38
professionalDaveyM6923-Jan-09 8:38 
AnswerRe: I need help for sms sending Pin
Ennis Ray Lynch, Jr.23-Jan-09 9:50
Ennis Ray Lynch, Jr.23-Jan-09 9:50 
AnswerRe: I need help for sms sending Pin
Rutvik Dave23-Jan-09 11:26
professionalRutvik Dave23-Jan-09 11:26 
QuestionUpdate listview data from db Pin
Tareq_bd23-Jan-09 8:04
Tareq_bd23-Jan-09 8:04 
AnswerRe: Update listview data from db Pin
Ennis Ray Lynch, Jr.23-Jan-09 8:05
Ennis Ray Lynch, Jr.23-Jan-09 8:05 
GeneralRe: Update listview data from db Pin
DaveyM6923-Jan-09 8:29
professionalDaveyM6923-Jan-09 8:29 
GeneralRe: Update listview data from db Pin
WebMaster26-Jan-09 5:06
WebMaster26-Jan-09 5:06 
QuestionHelp to capyure video of a capture plate of 4 video entrance Pin
Alex_xso23-Jan-09 6:48
Alex_xso23-Jan-09 6:48 
QuestionIn Program Editor Pin
Xandafergus23-Jan-09 6:46
Xandafergus23-Jan-09 6:46 
AnswerRe: In Program Editor Pin
Not Active23-Jan-09 7:01
mentorNot Active23-Jan-09 7:01 
GeneralRe: In Program Editor Pin
Xandafergus23-Jan-09 7:16
Xandafergus23-Jan-09 7:16 
GeneralRe: In Program Editor Pin
Not Active23-Jan-09 7:23
mentorNot Active23-Jan-09 7:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.