Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Updated 10-Nov-10 22:06pm
v3
Comments
pal_hurkadli 11-Nov-10 3:49am    
We have copied all dependent libraries on those machines, still it is not working,
and those plug-in applications without
C# dll references were working fine on the same machine
Dalek Dave 11-Nov-10 4:07am    
Edited for Readability.

Check that you have the right .Net framework (+ updates) installed on the non-developer system.
 
Share this answer
 
Check the linker settings for your MFC dll. If MFC and CRT are not linked statically, than you need to distribute them as well. One way to do it is by installing this: Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) [^]
 
Share this answer
 
Yes, We tried by installing that "Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) [^] package",
but still it is not working on Non developer systems.
Please anybody solve this issue -
and any other software we need to install for clr to make it work on Non developer systems
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900