G
Guest
I am trying to compile a simple c# class in Web Matrix called howdy.cs:
// Program start class
public class HowdyPartner
{
// Main begins program execution
public static void Main()
{
// Write to console
System.Console.WriteLine("Howdy, Partner!");
}
}
However, it appears the 'Start' option is not available. What can I do to
simply compile this class?
I have heard there is a compiler in the SDK but I would have thought that
would have been downloaded with WebMatrix or the .NET framework which is
installed on my windowx xp machine.
Appreciate some guidance to get my first pathetic C# class up and running
Many thanks
Jason
// Program start class
public class HowdyPartner
{
// Main begins program execution
public static void Main()
{
// Write to console
System.Console.WriteLine("Howdy, Partner!");
}
}
However, it appears the 'Start' option is not available. What can I do to
simply compile this class?
I have heard there is a compiler in the SDK but I would have thought that
would have been downloaded with WebMatrix or the .NET framework which is
installed on my windowx xp machine.
Appreciate some guidance to get my first pathetic C# class up and running

Many thanks
Jason