我有DevExpress 9.1源代码,我想在其中调试,该怎么做?
我花了两天时间尝试构建DevExpress源代码来进行调试。但做不到,有人知道如何调试DLL吗?
MQ
It took me two days to try to build the DevExpress source code to make debugging. But can not do it, anyone know how to debug the DLL which is not?
MQ
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
按照下载的 zip 中包含的 readme.txt 中的所有说明进行操作。特别是:
更新您对 DevExpress 程序集的引用,因为编译后它们使用不同的强密钥签名。
更新
现在您应该能够调试它们的程序集。
Follow all instructions in readme.txt contained in downloaded zip. In particular:
update your references to DevExpress assemblies, because after compilation they are signed with different strong key.
Now you should be able to debug their assemblies.