3
Reply

C# "does not exist in current context".

dc

dc

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