C# "does not exist in current context".
In a C# desktop 2010 application, I am getting the error message, "does not exist in current context".
The error message is referring to the following line of code:
proxy.addErrorReport(errRpts, attList);
Can you tell me what to look at to determine what is causing the error?