Newb question
When I get errors using the code, they never tell me what file they are in with Visual Studio 2005 Pro. In the Output window I get errors like:
"(0,0): error CS0120: An object reference is required for the nonstatic field, method, or property" followed by the name of a function being called. I don't understand this, any other app I've worked on the (0,0) portion of that error is a filename and line/char location in it. It only does this when I use this code. Does this have something to do with some setting I'm missing somewhere?
Any help would be greatly appreciated.
|