Hi!
We could find the bug: We run Vista in German. Unfortunately MS hardcoded the word "Network Service", when setting the ACL for the certificate. We reproduced the code that sets the ACL and tried it with "Network Service" --> "
Some or all identity references could not be translated", as soon as we tried "Netzwerkdienst" it worked.
Please fix that issue as soon as possible - we stuck
Here's the buggy code:
Microsoft.IdentityModel.Tools.VS.STSTemplateWizard
Method "
ProjectFinishedGenerating":
if (file != null)
{
SecurityUtility.SetAclOnFile(file, "Network Service", FileSystemRights.Read, InheritanceFlags.None, PropagationFlags.None,AccessControlType.Allow);
}
Thanks a lot,
Dominik