远程调试2017年可视化工作室 [英] REMOTE DEBUGGING IN VISUAL STUDIO 2017

查看:83
本文介绍了远程调试2017年可视化工作室的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我试图通过Visual Studio 2017执行SSIS包。有一个脚本任务用于vb尝试点击web服务wsdl ..执行任务时,我收到错误,因为无法进入服务器。不支持远程调试器。



远程计算机上启用了远程调试器。



有人可以帮忙解决这个问题.TIA。

解决方案

嗨SAHRISH



欢迎来到MSDN论坛。



您在VB中使用的项目类型是什么? WPF,WCF或ASP .NET?



通常,只要您的项目设置不正确,就会发生这种情况。必须使用app.config或Web.config文件中的以下代码启用调试:


<&的System.Web GT; 
< compilation debug =" true" />
< /system.web>




同时,检查您是否安装了正确版本的远程工具
,其架构与您安装它们的机器相同。例如,如果要在运行64位操作系统的远程计算机上调试32位应用程序,请安装64位远程工具。



您是否使用管理员权限运行远程调试器?如果没有,请关闭它作为管理员重新运行。



然后请查看
docs
确认远程调试器的配置和步骤是否正确。



如果问题仍然存在,请与我们分享更多详细信息这里有错误快照。



期待你的回复。



真诚



Hi ,

I am trying to execute a SSIS package via Visual studio 2017. There is a script task used in vb which tries to hit a webservice wsdl.. While executing the task I get an error as Unable to step into the server. Remote debugger is not supported.

The remote debugger is enabled on the remote computer.

Can someone please help with this.TIA.

解决方案

Hi SAHRISH

Welcome to the MSDN forum.

What’s project type you used in VB? WPF, WCF or ASP .NET?

In general, it can occur whenever your project is not set up properly. Debugging must be enabled with the following code in the app.config or Web.config file:

<system.web>  
  <compilation debug="true" />  
</system.web>  


Meanwhile, checking if you installed correct version of remote tool with the same architecture as the machine you're installing them on. For example, if you want to debug a 32-bit app on a remote computer running a 64-bit operating system, install the 64-bit remote tools.

Have you run remote debugger with admin privilege? If not, please close it the re-run as admin.

Then please have a look with docs to confirm there are correct configuration and steps to remote debugger.

if issue persists, please share us more detail info and error snapshot here.

looking forward your reply.

Sincerely

May


这篇关于远程调试2017年可视化工作室的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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