Gert,

I'm guessing that Paul is working with version 0.84 or
prior.  I too have this issue with 0.84 but with the
nightly builds, it works for:

<Assembly: AssemblyKeyFile("daab.snk")>

but not:

<Assembly: AssemblyKeyFile("..\..\daab.snk")>

Eric


--- Gert Driesen <[EMAIL PROTECTED]> wrote:
> Paul,
> 
> This should indeed have been fixed.  Can you send me
> a small repro for this
> issue ?
> 
> Thanks,
> 
> Gert
> ----- Original Message ----- 
> From: "FRANCIS, Paul" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, May 27, 2004 4:45 PM
> Subject: [Nant-users] Solution Task and Strong Names
> 
> 
> > Hi
> >
> > Looking at
> >
>
http://www.mail-archive.com/[EMAIL PROTECTED]/msg02597.html
> >
>
<http://www.mail-archive.com/[EMAIL PROTECTED]/msg02597.html>
> > it seems the Solution task has been fixed so VBC
> now looks in the right
> > place for SNK files. However, I've just got the
> latest nightly build (25
> May
> > 2004) and still get the "Error creating assembly
> manifest: Error reading
> key
> > file '..\..\daab.snk' -- The system cannot find
> the file specified."
> > message.
> >
> >
> > I've tried the following and neither work....
> >
> > <Assembly: AssemblyKeyFile("..\..\daab.snk")>
> > <Assembly: AssemblyKeyFile("daab.snk")>
> >
> > ....but a hard-coded path does work. I'm compiling
> using an .SLN file like
> > this:
> >
> > <solution
> solutionfile="${latestdir}\MySolution.sln"
> > configuration="${typeofbuild}"
> outputdir="${builddir}">
> > </solution>
> >
> >
> > Has this been released yet?
> >
> > Thanks. Paul.
> >
> >
> >
>
......................................................................
> > BUPA
> >
>
.....................................................................
> > BUPA House, 15-19 Bloomsbury Way, London, WC1A 2BA
> >
>
.....................................................................
> > Internet communications are not secure and
> therefore BUPA does
> > not accept legal responsibility for the contents
> of this message. Any
> > views or opinions presented are solely those of
> the author and do
> > not necessarily represent those of BUPA.
> >
>
.....................................................................
> >
> >
> 
> 
> 
>
-------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the
> market... Oracle 10g. 
> Take an Oracle 10g class now, and we'll give you the
> exam FREE.
>
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/nant-users



        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to