I need to use different version of same assembly in my project. so i have searched option and found below mentioned stackoverflow link and followed that first (Joel Gauvreau) answer.
Referencing 2 different versions of log4net in the same solution
i have done all steps as mentioned in answer i have removed dll reference.
After i build my application i'm getting below error how to resolve that?
The type or namespace name [Name of DLL removed from references] could not be found. Are you missing a using directive or an assembly reference?