My program has been compiled with an assembly specific version which can be found in references using ilspy as
Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
I cannot find this version of assembly. I lost the file. Instead i have version with
PublicKeyToken=null.
I found that assembly can be manualy installed into GAC naming the directory with pulbic key.
But it is impractical to use.
I came across sn.exe -Vr switch
which is supposed to turn off version verification.
Does it work that way? Have anyone tried this?