[Bug 40248] Exception when I try to call Translate method

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 16 17:16:47 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=40248

--- Comment #7 from Nikolay Sivov <bunglehead at gmail.com> ---
Hi, Gennady.

What version of .NET runtime are you testing with? With wine-mono it fails
earlier, at 'id.Groups', because of this:

--- WindowsIdentity.cs
        [MonoTODO ("not implemented")]
        public IdentityReferenceCollection Groups {
            get { throw new NotImplementedException (); }
        }
---

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list