C# "contains no aruguments'
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?