ASP页面和COM组件调试

发布于 2024-12-09 15:10:32 字数 174 浏览 0 评论 0原文

我的网站包含 ASP 页面和 ASP.NET 页面。 ASP页面使用在机器中注册的COM组件。

我目前正在 Visual Studio 2008 中使用该网站。

但是,我无法调试 VB(COM) 代码。

如何调试COM代码?我没有在COM工作过。

我真诚地感谢您的意见。

I have website that has ASP pages and ASP.NET pages. The ASP page is using COM components which are registered in the machine.

I am currently using the website in Visual Studio 2008.

However, I am unable to debug into the VB(COM) code.

How to debug the COM code? I have not worked in COM.

I sincerely appreciate your input.

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

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

发布评论

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

评论(1

潜移默化 2024-12-16 15:10:32

当您想要调试“进程中”COM 组件(托管在 DLL 中的 COM)时,您可以从调试器中启动或附加到托管 COM 组件的可执行文件,并在代码中设置断点。

有关如何使用 VB6 执行此操作的详细信息,请查看此处:http://support.microsoft.com/kb/ 299633

希望这有帮助

When you want to debug a "in process" COM component (a COM hosted in a DLL) you can either start, or attach to, the executable that hosts the COM component from within the debugger and set breakpoints in your code.

For more information on how to do this using VB6 check here: http://support.microsoft.com/kb/299633

Hope this helps

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