Hi ,
I have migrated a web project to a newer framework of .NET which has some other projects referenced.In the new version of framework i have used the same versions of the projects referenced but for some reasons(I checked with foslogwv) it searches for the wrong versions of dll , not the one i added as a reference in my new project.
This is the error i get:
Could not load file or assembly 'KMobile.Catalog.Services, Version=1.0.606.0, Culture=neutral, PublicKeyToken=0018410b7c9c15e8' or one of its dependencies. The system cannot find the file specified.It searches for version 1.0.606.0(which is not installed in GAC as i don t want to uese it) but i did not added this reference version .
I have checked in web config , machine.config , in the list of configured assembly on ther server i deploy to and i cannot see any use of that 1.0.606.0 version.