> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jain, Manish (GE Consumer Finance, Contractor) > Sent: donderdag 24 maart 2005 0:04 > To: [email protected] > Subject: [Nant-users] Error from exec devenv task, works well > from vs.net > > I get following error from nant script exec devenv task whereas code > gets complied from devenv, > > error CS1548: Cryptographic failure while signing assembly > 'a\b\obj\Debug\AUEngine.dll' -- 'Error reading key file > '..\..\Keys\xxx.snk' -- The system cannot find the path specified. ' > > Any clues?
You might wanna try setting the working directory of the <exec> task to the solution or project directory. Gert ------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ Nant-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
