Home › Forums › Software Development › [Solved] Project building with several errors when using EyeXFramework › Reply To: [Solved] Project building with several errors when using EyeXFramework
23/09/2014 at 10:00 #1715
Robert [Tobii]
Participant
In C# you need to put your main method inside a class. Try to add these lines before your Main
public static class Program
{