Im trying to use Corflags to get PartCover running under x64. When I use:
CorFlags.exe PartCover.exe /32BIT+ /Force
i get: corflags : warning CF011 : The specified file is strong name signed. Using /Force will invalidate the signature of this image and will require the assembly tobe resigned.
without /force i get:
corflags : error CF012 : The specified file is strong name signed. Use /Force to force the update.
On web there appears that others are runnig partcover throught corflags with no problems...