What using
statements do I need to get at the ServiceReference1
object in ASP.NET MVC4 application?
The ServiceReference1
here is the name of my service reference that I added. What's weird, is that if I double click on it, it doesn't bring up anything in the object browser...
Update: For some reason "Unchecking "Reuse types in referenced assemblies"" solves my problem!