Can anyone help me with this the exact error is this

Also, please use Code tags next time :slight_smile: They will make your code in the forum easier to read - example:

using System;

namespace HelloWorld
{
  class Program
  {
    static void Main(string[] args)
    {
      Console.WriteLine("Hello World!");
    }
  }
}

(Source: shamelessly stolen from w3schools)

.

1 Like