The following code throws this error: An unhandled exception of type 'System.NullReferenceException' occurred in Classes.exeAdditional information: Object reference not set to an instance of an object.When I call the form load function it throws the above error and Im not sure why.
namespace Classes{/// <summary>
{
}
}}
ActSessions Active =
Active.UserArray[0].name = "JOHN"; //this line throw the error