c# - Service Reference error upon creation -


i'm having issue adding odata service in c# project. service looks this.

my step step process looks this:

step 1: entering odata url

step 2: after hitting ok, following error pops up.

first error

step 3: trying update service

----> results in following error.

second error

i can't seem figure out causes these issues. if has suggestions, please let me know. appreciated!


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -