2
Reply

C# "contains no aruguments'

dc

dc

Jun 25 2013 12:21 AM
802
In a C# 2010 desktop application, I am getting the error message. "contains no aruguments'.

The error message comes from the line of code that says,

RPTProxy rptProxy = new RPT.RPTsample.RPTProxy();

Can you tell me what to look at to help to determine what is causing the problem?

Answers (2)