I am trying to add a service Reference, then I am getting this error.
"The parameter 'sectionGroupName' is invalid Parameter name: sectionGrouName"
- Project is running .Net 3.5
- When I upgrade my project to .Net 4.0 it works! but it this is not an option for me because other references uses 3.5
- Other's machine VS running 3.5 and can add wcf smoothly. It means it only happens on my machine.
- I tried repairing my .Net but still error persist.
- Checked my web.config and machine.config, no invalid parameter named sectionGroupName.
- Clean temporary files.Same error.
Please Help. Thanks.