Null Reference Errors -.-

Ok, the serial is now working! So now I have my program storing the incoming wireless data into a buffer and once the end of message (">>>") pattern is detected, the buffer is passed to a parsing function and then cleared. But for some strange reason, when i initialize the buffer to nothing, the serial doesn't want to work. When I don't initialize, I get a Null Reference Error when passing in the data...ugh