How to Compile in VS2010 !

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ionezation
    New Member
    • Apr 2014
    • 8

    How to Compile in VS2010 !

    using System;

    public class Class1
    {
    public Class1()
    {

    Console.WriteLi ne("hello world");
    }
    }


    I cant compile it when i press F5 it gives INVALID TOKEN error. I just open a C# file without project.
Working...