httpwatch 自动化代码在 IE6 中不起作用

发布于 2024-08-31 04:05:55 字数 758 浏览 2 评论 0原文

        Controller con = new Controller();
        Plugin plugin = null;

        try
        {
            plugin = con.New();
        }

        catch (Exception ex)
        {
            Console.WriteLine(ex.Message);
        }

我的代码在 IE8 中运行良好。但相同的代码在不同的 IE6 机器上不起作用。我请求您查看此屏幕截图替代文本 http://img88.imageshack.us /img88/6278/httpwatch.png 了解详细信息。我的硬件详细信息如下

操作系统:Windows Server 2003 SP2 浏览器:IE6 HttpWatch 版本:5.3.33 proff 版本

当我尝试运行我的代码时,它只是打开一个空白网页,几分钟后它会抛出超时错误。另外我想添加一件事,如果我首先打开网页并启动 httpwatch,然后如果我运行我的程序,它会成功运行,但只运行一次。如果我再次重新运行我的代码,它会再次打开一个空白窗口。

我在httpwatch博客中搜索过这个问题,发现之前这是一个错误,但在5.3.33版本中解决了。我将期待您对这个问题的建议。

        Controller con = new Controller();
        Plugin plugin = null;

        try
        {
            plugin = con.New();
        }

        catch (Exception ex)
        {
            Console.WriteLine(ex.Message);
        }

my code running fine in IE8. But same code does not work in a different machine with IE6. I would request you to please see this screenshotalt text http://img88.imageshack.us/img88/6278/httpwatch.png for details. My hardware details is as below

OS: Windows Server 2003 SP2
Browser: IE6
HttpWatch Version: 5.3.33 proff edition

When I try to run my code it just open a blank webpage and after few minutes it throws time out error. Also I want to add one more thing, if I open the a webpage first and start httpwatch and then if I run my programme it runs succesfully but only for one time. If I re-run my code once again it open a blank window again.

I have searched this problem in httpwatch blog and found that earlier it was a bug but it solved in 5.3.33 version. I will look forward your suggestions in this problem.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

躲猫猫 2024-09-07 04:05:56

我向 Httpwatch 支持人员询问这个问题,经过大量调查后我们能够解决这个问题。我真的要感谢 simtec(httpwatch 的开发者)的支持。

解决办法很简单,但是花了很多时间才搞清楚,就是:转到IE>Internet选项>高级>启用第三方浏览器扩展。

谢谢,
普里坦

I ask this problem to Httpwatch support guys and after lot of investigation we are able to solve this problem. I really want to thank simtec (who developed httpwatch) for their support.

The solution is very easy but it took a lot of time to figure it out, here it is: Go to IE>Internet Option> Advanced> Enable Third party browser extension.

Thanks,
Pritam

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文