I have an assembly of a library project, That Had the dll version number 2.0.0 and I changed it to 2.1.0.0 by clicking right over project -> properties -> application -> Assembly Information ... here I've changed Assembly Version and File Version.
Now, the problem is That after the modification, when i try to reference this dll in another solution, i get the error: Can not load file or assembly 'MyAssembly, Version = 2.0.0.0, Culture = neutral, PublicKeyToken = 78ffe0bb48d8c173'
Anyone knows why is it Asking for version = 2.0.0.0 if I changed it to 2.1.0.0?
Thanks