when i run the job to load the module
static void NKnumseqload_studentmanagement(Args _args)
{
NumberSeqModuleNKStudentManagement n = new NumberSeqModuleNKStudentManagement();
n.loadModule();
}
it throws an error
help me to resolve this
when i run the job to load the module
static void NKnumseqload_studentmanagement(Args _args)
{
NumberSeqModuleNKStudentManagement n = new NumberSeqModuleNKStudentManagement();
n.loadModule();
}
it throws an error
help me to resolve this