Hi ,
I'm facing some strange issue with one dll. Here is what happening.
I had one DLL say xyz.dll registered in GAC & being refered from an application. I have got a updated version of this dll.There is no change in version of assembly , but there is a change in file verion. I updated the latest dll in local develpoment machine & it is working fine. When i did the same in the DEV server , it is still refering to old DLL. To fix this i unregistered my dll from GAC and started refering as private assembly. Even in this case it is working fine in my local machine & failing to use updated dll in server. When i copy the application directory from server and configured in my local machine , it is working with latest dll. This is very weird ..what could be the wrong ?
Any ideas would be highy appreciated.