I am trying to add a Service Reference to my brand new console app and I am getting the following error:
Unable to check out the current file. The file may be read-only or locked, or you may need to check out the file manually.
Ref. http://msdn.microsoft.com/en-us/library/t3ec2ktk.aspx
I am not even connected to source control; this is a new project and I didn't check the "Include in source control" checkbox.
I have also tried making the entire project NOT read-only by right-clicking it and unchecking the Read Only box under Properties. However, the project's folder is still read-only... It won't change for some reason.
How can I add my service reference to my project?