dc

dc

  • NA
  • 663
  • 0

C# "does not exist in current context".

Jun 25 2013 12:22 AM
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)