In my application, I have two required assemblies in different app paths. These assemblies have different versions, publickeytoken but same assembly name. During the run time of the application, CLR throws the exception
Could not load file or assembly** 'AssemblyName, Version=x.x.x.x, Culture=neutral, PublicKeyToken=xxxxxxx' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Please help resolve this issue.