无法自动步入服务器。无法确定停止位置。验证符号已加载。无法找到该功能: [英] Unable to Automatically step into the server. Unable to determine stopping location. Verify symbols are loaded. The function can not be found:

查看:131
本文介绍了无法自动步入服务器。无法确定停止位置。验证符号已加载。无法找到该功能:的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我在IIS 8.0中托管了一个Web服务。我已将我的Web应用程序(.net框架工作4.5)的引用添加为 http://localhost/URCCIMS/WS/WS_SACM.asmx 作为WS_MASTER(在Solution exploror的Web Reference中)。 br />


我正在创建该服务类的对象为



Hi All,

I have a web service hosted in IIS 8.0. I have added reference to my web application( .net frame work 4.5)as "http://localhost/URCCIMS/WS/WS_SACM.asmx" as WS_MASTER (in Web Reference of Solution exploror).

I am creating an object of that service class as

WS_MASTER.WS_SACM ws_temp=new WS_MASTER.WS_SACM();
ws_temp.Url = "http://localhost/URCCIMS/WS/WS_SACM.asmx";





调用该服务类的方法时:



While calling a method of that service class as:

DataSet objdsUser = new DataSet("User");
objdsUser=ws_temp.fn_ExecuteQuery(arrUser);





我收到错误无法自动进入服务器。无法确定停止位置。验证符号已加载。无法找到该功能



非常感谢任何帮助。



I am getting error "Unable to Automatically step into the server. Unable to determine stopping location. Verify symbols are loaded. The function can not be found".

Any help is highly appreciated.

推荐答案

这篇关于无法自动步入服务器。无法确定停止位置。验证符号已加载。无法找到该功能:的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆