WPF与其他应用程序的交互会导致崩溃/错误
克里斯,
我刚刚进行了快速搜索,发现您已将DXCore问题报告给DevExpress,他们建议您升级到最新版本的DXCore.因此,我不会赞扬DXCore问题.
I just did a quick search and found you've reported the DXCore issue to DevExpress and they recommended your to upgrade to the latest version of DXCore. So I will not commend on the DXCore issue.
你说:
所以担心的是,我们需要对与安装在用户机器上的其他第三方产品进行交互……只是不确定如何弄清楚.
so the fear is that there is interactions with other third party products installed on user machines that we need to sort out...just not sure how to figure out how.
我没有具体的答案,因为我不知道您所说的交互"是什么意思.与第三方产品的交互"是否通过任何类型的UI自动化或COM进行自动化或某些应用程序扩展机制 (加载项)或其他产品可能只是将代码注入到您的应用程序的过程中?
I have no specific answer because I don't know what do you meanby 'interactions'. Are the 'interactions' with third party products done via any kinds of UI Automation, or COM automation, or some application extension mechanism (add-ins), or other products might just inject code into your application's process?
无论如何,对于.NET应用程序,有一些常见的调试工具/过程/模式,可用于查明问题的原因.您可能需要一本类似"Advanced .NET Debugging"的书来开始使用.
Anyways, there are common debugging tools/processes/patterns for .NET applications which you can use to pinpoint the cause of a problem. You might want to get a book like 'Advanced .NET Debugging' to get started.
此致,
结