Hi,
Whenever we referenced "component X" from our application we got the error:
"System.IO.FileNotFoundException: File or assembly
name <assembly name>, or one of its dependencies, was not found"

The strange part is this happens
1. Only from 1 system on the network
2. Only on the assembly X

When we gave a project reference and tried to debug the code, it worked when we commented out the reference to the strong key in the assemblyInfo file:
[assembly: AssemblyKeyFile("<networkPath>")]
The SNK file exists on this path and all other assemblies use the same SNK file without any problems

First thing I wonder how relevant is the error message? As the same assembly X, works on other machines..

Is there something wrong in the framework on this particular machine?
Thanks,
Jemima.