Actually, I was able to make a small change so this will work in both RC1 and RC3.  I added another level of ".." to the path.  So that VS.NET will work, I have a pre-build event that copies Common into VSWebCache, so I had to adjust that to correspond.
----- Original Message -----
Sent: Tuesday, April 19, 2005 11:03 AM
Subject: RE: [nant-dev] 0.85.rc3: AssemblyKeyFile

Hi Rajiv,
 
There were some changes there, but these changes actually fixes some issues. If you can send me a small repro (before tomorrow evening), I'll look into it asap.
 
Gert


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajiv Delwadia
Sent: dinsdag 19 april 2005 15:20
To: nant-developers@lists.sourceforge.net
Subject: [nant-dev] 0.85.rc3: AssemblyKeyFile

I have a strong-named web project, which has an AssemblyKeyFile attribute of "..\..\Common\xyz.snk".  This is intended to go up to the project folder, then up to the solution folder, then down to Common. 
 
This works perfectly in VS.NET 2003, and with <solution> from 0.85.rc1.  With 0.85.rc3 however, <solution> cannot find the keyfile.  Has this been intentionally changed?

Reply via email to