Hey guys, I've been away quite a while but now I'm back.
Anyways, I wanted to try this 5535 source I had in my computer from a while back but it is giving me an error I can't quite manipulate.
This is the error line:
This is the error itself:
I have configured all there is to configure including the config.ini, Constants.cs, etc. I'm just not sure why this error is popping up at this time.
YES, I understand that the error is telling me that I'm trying to perform an action on something that is not yet assigned but I'm a little lost at what to assign seeing as everything is already assigned to its place.
I would very much appreciate the help, sorry for the "newbiness" but like I said I just got back and I need to start getting the hang of things once again.
Regards, Killersub.
Anyways, I wanted to try this 5535 source I had in my computer from a while back but it is giving me an error I can't quite manipulate.
This is the error line:
Code:
if (_dataset.Tables[Table].Rows.Count > _row)
Code:
Object reference not set to an instance of an object.
YES, I understand that the error is telling me that I'm trying to perform an action on something that is not yet assigned but I'm a little lost at what to assign seeing as everything is already assigned to its place.
I would very much appreciate the help, sorry for the "newbiness" but like I said I just got back and I need to start getting the hang of things once again.
Regards, Killersub.