0

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?

Community
  • 1
  • 1
HarisJayadev
  • 92
  • 12
  • Use assembly redirection (http://msdn.microsoft.com/en-us/library/7wd6ex19%28v=vs.110%29.aspx) to cause the referenced assembly to use the updated version of Log4Net. – Mitch Apr 03 '14 at 05:10
  • @Mitch i have done that also but it not works – HarisJayadev Apr 03 '14 at 06:08

0 Answers0