Hola, ¿qué respuestas necesitas?
Imprimir

Replicación status tool fix

download dnspy, open Microsoft.Sirona.dll from the «Microsoft Active Directory Replication Status Tool» folder with dnspy

go to Microsoft.Sirona.Packaging -> PackageHelper -> IsSigned(Stream, string)

right click on the IsSigned function and select edit method and replace the content of the function with return true; it should look like this

public static bool IsSigned(Stream packageStream, string packageName)

{

    return true;

}

then click on compile and then do file->save module and save the dll, if you didn’t overwrite the original one you should copy the modified dll back in the «Microsoft Active Directory Replication Status Tool» folder