Avatar of Adam D
Adam D

asked on 

C# MVC project, adding a service reference E_INVALIDARG

Hello.

When trying to add a service reference I receive the following error:

"The configuration for the service reference could not be added due to the following issue: An error occurred creating the configuration section handler for system.serviceModel/bindings: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) (C:\....\web.config line 154)"

But, looking in web.config I am not seeing the problem.

Thanks. :)
.NET MVC.NET ProgrammingWCFC#

Avatar of undefined
Last Comment
Adam D

8/22/2022 - Mon