Visual Studio:数据集和数据表可视化工具无法在监视窗口中工作
我刚刚在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我必须将 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.