Is it possible to write a Debugger Visualizer for Visual Studio 2010 to display 64-bit .NET programs?

浪尽此生 提交于 2019-12-06 05:08:45

I've just gone through the same issue. I use Visual Studio 2013 and our project at work is 64 bit. I built a 64 bit version of my custom visualizer and placed it into the Visual Studio installation folder as per MSDN walk-through.

I think because Visual Studio is a 32 bit process, it cannot load the 64-bit targeted assembly. As a result you see the JIT exception in the dialog box.

It'll come a day that they'll simply have to release a 64-bit build - I hope! :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!