Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am doing third party desktop application using third party DLL, i want to make my application flexible in terms of DLL Version, where we can choose dll version as per the application requirement, can anyone suggest me the proper method where we can switch the DLL Version.
Posted
Comments
Mehdi Gholam 11-Jun-15 9:33am    
Why?

If the DLL's has breaking changes then the version number should be incremented and your application recompiled with it, if not then you can update in place.
Altaf Ansari89 11-Jun-15 9:57am    
Mehdi, Thank You for reply, Dll's not Breaking, can you please explain how to update DLL at runtime

1 solution

 
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