-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vs 2017 wcf reference error #2327
Comments
@fluppyBot Sorry to hear that you are running into an issue! It looks like the service schema does not have any binding .NET Core currently support. Could you clarify "add the wcf service to asp.net mvc lower version and seems to be working fine."? Specifically what version of asp.net mvc works? Thanks, |
Hi @hongdai , It looks like the service schema does not have any binding .NET Core currently support. Could you clarify "add the wcf service to asp.net mvc lower version and seems to be working fine."? Specifically what version of asp.net mvc works? Thanks and kind regards, |
@fluppyBot I do not think it could work on lower version of .Net Core projects. By asp.net mvc4, is it full framework or .Net Core? The WCF tool you used was from Add Service Reference or Connected Service? Maybe it's easier if you could give me a screenshot or detailed steps which project template was used and how the WCF reference was added. Thanks, |
@fluppyBot My understanding is asp.net mvc4 is full framework. So you must have used "Add Service Reference". Could you share the generated proxy code and what's added to the app.config? It will help us identify the root cause. Thanks, |
Hi @hongdai , Tried adding it to asp.net mvc 4 web application via "add service reference"
Thanks and kind regards, |
Hi Jordan, Thanks, |
Hi @hongdai , Seems we will not be able to use asp.net core 2.0, but anyway thanks for the help and info. :) Kind regards, |
Hi,
We have a project of asp.net core 2.0 trying to add a wcf service but was getting an error like this below
Would like to ask if there is possible solution for the said error? Tried to add the wcf service to asp.net mvc lower version and seems to be working fine.
Thanks,
Jordan
The text was updated successfully, but these errors were encountered: