Message from discussion
'Inaccessible due to is protection level' messages when building unified assembly with strong name
Received: by 10.224.186.17 with SMTP id cq17mr12190341qab.6.1337563317384;
Sun, 20 May 2012 18:21:57 -0700 (PDT)
X-BeenThere: dotnetopenid@googlegroups.com
Received: by 10.224.111.1 with SMTP id q1ls5029752qap.9.gmail; Sun, 20 May
2012 18:21:55 -0700 (PDT)
Received: by 10.224.181.69 with SMTP id bx5mr12186164qab.1.1337563315756;
Sun, 20 May 2012 18:21:55 -0700 (PDT)
Received: by 10.224.181.69 with SMTP id bx5mr12186163qab.1.1337563315740;
Sun, 20 May 2012 18:21:55 -0700 (PDT)
Return-Path: <andrewarn...@gmail.com>
Received: from mail-qc0-f170.google.com (mail-qc0-f170.google.com [209.85.216.170])
by gmr-mx.google.com with ESMTPS id w11si6491085qcz.3.2012.05.20.18.21.55
(version=TLSv1/SSLv3 cipher=OTHER);
Sun, 20 May 2012 18:21:55 -0700 (PDT)
Received-SPF: pass (google.com: domain of andrewarn...@gmail.com designates 209.85.216.170 as permitted sender) client-ip=209.85.216.170;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of andrewarn...@gmail.com designates 209.85.216.170 as permitted sender) smtp.mail=andrewarn...@gmail.com; dkim=pass header...@gmail.com
Received: by qcmt36 with SMTP id t36so2939410qcm.15
for <dotnetopenid@googlegroups.com>; Sun, 20 May 2012 18:21:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type;
bh=L1ehX1L66kN2LnjZDWSd8kA3lPxJe6bzN5HsEfUBmUU=;
b=h+6CcOJAD0ucsMhlbA1rCZ5EYtBL6vfe+K4F8m/qKFJCZuKB45S1lKncr0WoHaoCam
sxH6WHS93PLZQacsLVHTF5gXQUPs1FmAE0IldELwwOF3UD5q39Hg7h33hmcMb+0bajEk
rGJEB+itfg0edZYRqRW5o8zMcP3l6APHdWiHnbvzygQ3SGZp3HNG6kAGmrV7zrpURvdQ
iGHeQpYXCL8N4QOoY49OiscFMHgTjWmx91Mnhzh9w2C4+XOyqXxvCnmh9xqgkZyPagDP
lQd7QoihRC6FIPyKL+UQqbYUcHLddpidX3izUsX0YUOfyepDrep+IdK7pPIARm2nmbKq
Dq5g==
Received: by 10.224.110.70 with SMTP id m6mr35854128qap.69.1337563315458; Sun,
20 May 2012 18:21:55 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.229.159.10 with HTTP; Sun, 20 May 2012 18:21:35 -0700 (PDT)
In-Reply-To: <33254706.574.1337103132878.JavaMail.geo-discussion-forums@vbjb10>
References: <33254706.574.1337103132878.JavaMail.geo-discussion-forums@vbjb10>
From: Andrew Arnott <andrewarn...@gmail.com>
Date: Sun, 20 May 2012 18:21:35 -0700
Message-ID: <CAE358b7zPhj3Yu3gnE7k0oqeOsQthTd2sA7GMYyn=R5o_ro...@mail.gmail.com>
Subject: Re: [dotnetopenauth] 'Inaccessible due to is protection level'
messages when building unified assembly with strong name
To: dotnetopenid@googlegroups.com
Content-Type: multipart/alternative; boundary=20cf3074b31648514304c081ba94
--20cf3074b31648514304c081ba94
Content-Type: text/plain; charset=ISO-8859-1
I suspect your use of the /p parameter is setting a global property that
will end up causing conflicts within the build authoring for the project.
Also, it shouldn't be necessary to specify both a publickeyfile and
keypaircontainer, IIRC.
Those are my only guesses right now.
--
Andrew Arnott
"I [may] not agree with what you have to say, but I'll defend to the death
your right to say it." - S. G. Tallentyre
On Tue, May 15, 2012 at 10:32 AM, Richard Collette <
richard.colle...@gmail.com> wrote:
> I'm building the unified assembly from the current master branch. I can
> build it fine without specifying an sn key on the command line. When I use
> the following command line:
>
> msbuild
> /p:KeyPairContainer=DotNetOpenAuthcontainer,PublicKeyFile="c:\code\DotNetOpenAuth.pub"
> /p:TargetFrameworkVersion=v4.0
>
> I get a bunch of errors similar to:
>
> OAuth\Messages\SignedMessageBase.cs(18,78): error CS0122:
> 'DotNetOpenAuth.Messaging.Bindings.IExpiringProtocolMessage' is
> inaccessible due to its protection l
> evel
> [c:\Code\DotNetOpenAuthSrc\dotnetopenid\src\DotNetOpenAuth.OAuth\DotNetOpenAuth.OAuth.csproj]
>
> Tried it in release mode as well with same results.
>
> --
> You received this message because you are subscribed to the Google Groups
> "DotNetOpenAuth" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/dotnetopenid/-/ynxJ2CSp20QJ.
> To post to this group, send email to dotnetopenid@googlegroups.com.
> To unsubscribe from this group, send email to
> dotnetopenid+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/dotnetopenid?hl=en.
>
--20cf3074b31648514304c081ba94
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
I suspect your use of the /p parameter is setting a global property that wi=
ll end up causing conflicts within the build authoring for the project. =A0=
Also, it shouldn't be necessary to specify both a publickeyfile and key=
paircontainer, IIRC.<div>
<br></div><div>Those are my only guesses right now.<br clear=3D"all">--<br>=
Andrew Arnott<br>"I [may] not agree with what you have to say, but I&#=
39;ll defend to the death your right to say it." - S. G. Tallentyre<br=
>
<br><br><div class=3D"gmail_quote">On Tue, May 15, 2012 at 10:32 AM, Richar=
d Collette <span dir=3D"ltr"><<a href=3D"mailto:richard.colle...@gmail.c=
om" target=3D"_blank">richard.colle...@gmail.com</a>></span> wrote:<br><=
blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px=
#ccc solid;padding-left:1ex">
I'm building the unified assembly from the current master branch.=A0 I =
can build it fine without specifying an sn key on the command line.=A0 When=
I use the following command line:<br><br>msbuild /p:KeyPairContainer=3DDot=
NetOpenAuthcontainer,PublicKeyFile=3D"c:\code\DotNetOpenAuth.pub"=
/p:TargetFrameworkVersion=3Dv4.0<br>
<br>I get a bunch of errors similar to:<br><br>OAuth\Messages\SignedMessage=
Base.cs(18,78): error CS0122: 'DotNetOpenAuth.Messaging.Bindings.IExpir=
ingProtocolMessage' is inaccessible due to its protection l<br>evel [c:=
\Code\DotNetOpenAuthSrc\dotnetopenid\src\DotNetOpenAuth.OAuth\DotNetOpenAut=
h.OAuth.csproj]<br>
<br>Tried it in release mode as well with same results.<span class=3D"HOEnZ=
b"><font color=3D"#888888"><br>
<p></p>
-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;DotNetOpenAuth" group.<br>
To view this discussion on the web visit <a href=3D"https://groups.google.c=
om/d/msg/dotnetopenid/-/ynxJ2CSp20QJ" target=3D"_blank">https://groups.goog=
le.com/d/msg/dotnetopenid/-/ynxJ2CSp20QJ</a>.<br>=20
To post to this group, send email to <a href=3D"mailto:dotnetopenid@googleg=
roups.com" target=3D"_blank">dotnetopenid@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:dotnetopeni=
d%2Bunsubscribe@googlegroups.com" target=3D"_blank">dotnetopenid+unsubscrib=
e@googlegroups.com</a>.<br>
For more options, visit this group at <a href=3D"http://groups.google.com/g=
roup/dotnetopenid?hl=3Den" target=3D"_blank">http://groups.google.com/group=
/dotnetopenid?hl=3Den</a>.<br>
</font></span></blockquote></div><br></div>
--20cf3074b31648514304c081ba94--