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?
Loading
VulpesPosted Jun 25, 2013, 3:48 AM
But, clearly, you need to check the constructor for the RPTProxy class, make sure that it's correct that it takes no parameters and, if it is, have a look at the code inside the constructor to see whether there's anything in there which might produce this error.
Sanjeeb LenkaPosted Jun 25, 2013, 12:37 AM