Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
-- I have upgraded .net framework of our application from 2.0 to 4.0.
-- We have an integration with third party application for that we have created a interface and that interface is communicating between the applications.
-- The interface is have registered the COM dll for my application's other dlls.
-- The problem is that the same dlls are working with our application but when try to use from third party application it fails to load resources of the dll.
-- The resource file contains images and strings.


Any thoughts on this?
Posted
Comments
sreeyush sudhakaran 7-Oct-15 1:32am    
Did you register third party dll in registry as you did for you COM dlls? or created a reference for third party dll in your application instead of loading it dynamically?
Rajesh Patil 8-Oct-15 4:25am    
I do not have registered the third party dll, actually we need not to register the third party dll. The exe of third party application is get executed and it calls the interface of my registered dll.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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