Please provide me the sample code for dll versioning problem.I have the requirement like
i have system.dll of framework 4.5 and 2.0.Based on some condition assume If (a>b) ---> call framework 4.5 dll,otherwise framework 2.0 dll.
how to acheive this
Go to the complete details ...