Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problems adding a service reference to a WP8 app

I try to add a service reference to the http://www.webservicex.com/globalweather.asmx?WSDL web service. I go to Add service reference, it discovers it just fine, but when i try to hit OK, I get the error:

Unable to check out current file. The file may be read-only or locked, or you may need to check the file out manually.

I also tried adding a web reference under the "Advanced" tab, but there isnt any option to do so.

I tried doing so in a 7.1 targeted app, same error. My friend is doing this on a Visual Studio 2010, and he gets no such error.

like image 639
Kajzer Avatar asked Dec 08 '13 17:12

Kajzer


1 Answers

Follow these step, hope it will work:

  1. Go to DebugOptions.
  2. Select Source Control in the list.
  3. Under Current Source ControlPlug-in drop down select none.
like image 151
NishantMittal Avatar answered Oct 20 '22 01:10

NishantMittal