3
Answers

C# "does not exist in current context".

dc

dc

11y
1.5k
1
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?
Answers (3)