Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个在 MVC3 应用程序中使用的 WCF 服务。现在我有一个 MVC4 的新项目,我想在其中使用相同的服务,但我没有获得用于创建对象的服务类。
ServiceReference1.Service1Client obj = new ServiceReference1.Service1Client();
这条线给了我错误。我的 MVC4 项目是全新的 Empty 模板,我在其中添加了一个控制器并尝试访问其中的服务类。
尝试这个。
http://www.naveenbhat.in/2013/07/mvc-4-wcf-add-service-reference.html
希望这可以帮助。
VS似乎缺少一些更新。