Re: [Nant-users] strong name a web project

2005-01-06 Thread Gert Driesen
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, January 05, 2005 6:44 PM Subject: [Nant-users] strong name a web project > Hi there, > > I have a strong-named web project. according to MS doc, the snk file must > be placed in %%HOMEDRIVE%%

[Nant-users] strong name a web project

2005-01-06 Thread peters
Hi there, I have a strong-named web project. according to MS doc, the snk file must be placed in %%HOMEDRIVE%%HOMEPATH% if using relative path like [assembly: AssemblyKeyFile (@"..\..\..\..\..\my.snk")]. it works in VS. but when using Nant,