问题描述
我们正在使用VC ++.Net(VS 2008)MFC Dll应用程序实现acrobat插件.
我们指的是一个C#dll,用于在VC ++对话框(用户界面)上托管Infragistics WPF网格.
我们创建了C#dll和插件应用程序,并在acrobat.exe文件夹中添加了C#dll.
现在,该应用程序可以在我们的开发人员机器上正常运行,但是同一应用程序无法在非开发人员机器上运行.我们添加了所有依赖库(演示核心,Presentation Framework,Windows Base,用于WPF网格的C#dll,InfragisticsWPF3.DataPresenter.v10.2.dll,InfragisticsWPF3.Editors.v10.2.dll,InfragisticsWPF3.v10.2.dll),在非开发人员计算机中也是如此.
仍然在那里不起作用.
可能是什么问题呢?我们还需要添加其他库吗?我们需要更改任何设置吗?
请让我知道.
谢谢
palaksha
Hi,
We are implementing an acrobat plug-in using VC++.Net (VS 2008) MFC Dll application.
We are referring a C# dll for hosting Infragistics WPF grid on the VC++ dialog(User interface).
We created C# dll and plug-in application and added C# dll in acrobat.exe folder.
Now the application works fine in our developer machine, but the same application is not running on Non-developer machines. We added all dependent libraries (Presentation core, Presentation Framework, Windows Base, C# dll for WPF grid, InfragisticsWPF3.DataPresenter.v10.2.dll, InfragisticsWPF3.Editors.v10.2.dll, InfragisticsWPF3.v10.2.dll), in the Non developer machines too.
Still it is not working there.
What could be the problem? Are there any more libraries we need to add? Any settings we need to change?
Please let me know.
Thank you,
palaksha
推荐答案
这篇关于应用程序未在Non Developer系统上运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!