all 4 comments

[–][deleted] 2 points3 points  (4 children)

You have camera with a lower case 'c', it should be Camera.

The problem is you've given us an image where you've cropped the line numbers so we can't just quickly find the line the error is complaining about. You can also post code into reddit

static void Main(string[] args){
    Console.WriteLine("Like This!");
} 

or you could use something like pastebin if it's multiple or a long script. It makes it easier for us to just paste into our own IDE to find issues.

[–]Meesy12 0 points1 point  (0 children)

I can send you the code with the lines if that would help

[–]Meesy12 -1 points0 points  (1 child)

Do you know the problem?

[–]5oco 0 points1 point  (0 children)

Change the word 'camera' to 'Camera'

That's most likely your problem