VsDebuggerCasualityData

发布于 2024-12-05 06:48:02 字数 452 浏览 1 评论 0原文

我在WIN2003 VM上有一个.NET 2.0应用程序,该应用称为WIN 2008 VM中托管的WCF服务。在开发客户,服务和测试(全部都很好)之后,我借此机会拍摄了两个VM的快照。

两周后,我回到VMS,当我从客户端进行WCF呼叫时,我在Win 2008服务器上获得了一个消息对话框,标题为“ Visual Studio just-time Debugger”。 对话框读取“ w3wp.exe中发生了一个未经处理的Microsoft .NET框架异常。

然后, “ vsdebuggercausalitydata” awaaaoehpa2 ...许多AAA

我都尝试将两个VM都恢复到以前的快照,但会遇到同样的问题。

在WCF服务跟踪文件中,我可以在拍摄快照之前看到日志条目,并且请求 /响应消息看起来很完美。

有人可以建议下一步以进行诊断和修复吗?

非常感谢

Rob。

I have a .net 2.0 app on a win2003 VM that calls a WCF service hosted in IIS7 on a win 2008 VM. After developing the client and service and testing (all was good) I took the opportunity to take a snapshot of both VMs.

I come back to the VMs two weeks later and when I make the WCF call from the client I get a message dialog on the win 2008 server with the caption "Visual Studio Just-In-Time Debugger". The dialog then reads "An unhandled Microsoft .Net Framework exception occurred in w3wp.exe etc.

I take a look at the WCF service log an now see the following in the "WebHeaders" element:
"VsDebuggerCausalityData" AwAAAOEhpa2...lots of AAA

I've tried reverting both VMs to the previous snapshot but get the same problem.

In the WCF service trace file, I can see the logs entries from just before I took the snapshot and the request / response messages look perfect.

Could anyone please advise next step for diag and fix?

Many thanks

Rob.

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

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

发布评论

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

评论(1

玩心态 2024-12-12 06:48:02
  1. 尝试从WevService Studio调用WCF。如果可以的话,问题
    在服务器中。
  2. 如果服务器出现在服务器中,您可以追踪您确切失败的地方
    可以使用
    http://msdn.microsoft.com/en-us/library/library/library/ms732023.aspx
  1. Try to invoke WCF from wevservice studio. If you can do it , the problem
    is in server.
  2. If problem is in server , you can trace where exactly do you fail
    Trace can be done using
    http://msdn.microsoft.com/en-us/library/ms732023.aspx
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文