This is a bit funny... I don't remember where I read long time ago that the
assemblies would need a strong name to use "friend assemblies"... and I
don't really need the strong name so I could remove the whole signing :)

So no problem anymore...

On Wed, May 28, 2008 at 3:24 PM, Miika Makinen <[EMAIL PROTECTED]> wrote:

> Hi all,
> I'm in the process of automating my build and ran into a wall. As I am
> using InternalsVisibleAttribute and "Friend assemblies", my assemblies need
> a strong name. This has been done by signing each assembly with own .pfx
> file with a password.
>
> My automation script is NAnt, calling MSBUild to build a full solution.
> Unfortunately the password for .pfx file seems to be failing the build with
> this error:
> error MSB3321: Importing key file "xxx.pfx" was canceled.
>
> I tried Google but didn't help me. I saw somebody did a workaround of
> installing VS to the build machine and opening the solution... I'm looking
> for something a bit better. Any clues?
>
> Thanks in advance,
> Miika
>

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to