I'm developing an asp.net website (solution type is website), and there is an assembly X.
The odd behavior here is that Visual Studio is not picking the version from the Bin folder, but another assembly with the same name but higher version from some temp location identified in object browser as below:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\alahlibank\10cbb559_shadow\a12d1777\3960\
what's really getting on my nerve is that the assembly is not even in the GAC which cast away the possibility that it's been fetched from there (not strongly named)
whenever i try to compile the project it will fail as per it's referencing the wrong assembly
some other info about the situation is that the version being supplied in the bin folder is v1.0.0.0 and the one fetched (i don't know from where) is v3.0.0.0 but have the same name