I'm new to C# and I am learning it as I develop a program. I keep on getting this error, but I followed every book I've read so far.
Here is the line that causes the error:
new DefectService.D efectHandler(). AddDefect(new Guid("{guidnumb er}", Defect, null);
There error is: Error 1 ) expected
As you can see it underlines the ; at the end of my statement.
Any advice or way to fix this issue will be a great help.
thanks.
Here is the line that causes the error:
new DefectService.D efectHandler(). AddDefect(new Guid("{guidnumb er}", Defect, null);
There error is: Error 1 ) expected
As you can see it underlines the ; at the end of my statement.
Any advice or way to fix this issue will be a great help.
thanks.
Comment