c# - Error when adding a Service Reference for a Web Service -



c# - Error when adding a Service Reference for a Web Service -

i in .net programming class , creating simple web service , console tester work it. using c#, ibm .net info provider (have tried ole db info provider) - both info providers can access , retrieve/update info server, , .net framework 3.5. web service works, console tester works (in it's current state), when seek add together service reference link 2 getting next error:

method not found: '?'. metadata contains reference cannot resolved: 'httppp://localhost:64302/webservicev2/service.asmx'. metadata contains reference cannot resolved: 'httppp://localhost:64302/webservicev2/service.asmx'. if service defined in current solution, seek building solution , adding service reference again.

vs 2010 able find reference, when seek expand webservice.asmx file or if press ok, error.

i running vs 2010 pro sp1 on windows 7 machine (64 bit), on pc utilize work. have tried "repair" vs 2010 , have uninstalled/re-installed cannot around error. mentioned have installed sp1. have installed "cu3" update, can tell "cumulative" update vs 2010.

i have discussed error class instructor, fellow co-workers, , cto of company. none of these people have experienced nor can duplicate error vs 2010 , @ loss explain it. leads me believe vs 2010 okay there might else on pc causing error - or perhaps might missing key update of sort. next approach install on home pc (windows 7 well) see if different results.

c# asp.net visual-studio-2010 asmx wcf-client

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -