Visual Studio:数据集和数据表可视化工具无法在监视窗口中工作

发布于 2024-12-19 18:39:20 字数 510 浏览 1 评论 0原文

我刚刚在 Windows 7 64 位计算机上安装了 Visual Studio 2005 Service Pack 1。一切似乎都工作正常,我能够运行我的项目,没有任何错误。但是,当我处于调试模式时,我注意到数据表和数据集的“监视”窗口存在问题。

我有一个名为 dt 的数据表,并将其输入到监视窗口中。似乎没有放大镜打开可视化工具,并且我在值列中收到以下错误:

0x000000001d438c90 { KEY_XMLSCHEMA="XmlSchema" KEY_XMLDIFFGRAM="XmlDiffGram" KEY_NAME="TableName" ...}

还有其他人遇到此问题吗?我已经尝试了这篇文章中的所有内容并搜索了所有内容谷歌周围但没有任何效果。

I have just installed visual studio 2005 service pack 1 on a Windows 7 64 bit machine. Everything appears to work fine and I am able to run my project without any errors. However, when I am in debug mode I have noticed a problem with the "Watch" window for DataTables and DataSets.

I have a DataTable named dt and I enter it in the watch window. No magnifying glass appears to open the visualizer and I get the following error in the value column:

0x000000001d438c90 { KEY_XMLSCHEMA="XmlSchema" KEY_XMLDIFFGRAM="XmlDiffGram" KEY_NAME="TableName" ...}

Has anyone else had this problem? I have tried everything in this post and searched all around google but nothing worked.

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

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

发布评论

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

评论(1

假装爱人 2024-12-26 18:39:20

我必须将 C:\Users\用户名\Documents\Visual Studio 2008\Visualizers 中的所有文件复制到 C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\Packages\Debugger\Visualizers。具体来说,它缺少 autoexp.dll 和 autoexpce.dll。

I had to copy all the files in C:\Users\username\Documents\Visual Studio 2008\Visualizers to C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\Packages\Debugger\Visualizers. Specifically it was missing autoexp.dll and autoexpce.dll.

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