You do as you would in VS, you check the post build event and correct it. Both VS and NAnt creates a bat file to perform the event. You can start a command prompt and run what's in it to debug even further. It's not a nant error specifically, VS would have given you the same error. /Nicke
----- Original Message ----- From: "Eric Fetzer" <[EMAIL PROTECTED]> To: "NAnt Developers" <[EMAIL PROTECTED]> Sent: Friday, March 26, 2004 10:15 PM Subject: [nant-dev] Fwd: Re: AW: [Nant-users] Solution Task and Strong Names > Sorry for the cross-posting, if indeed this is one, > but I'm getting whined at trying to post to > nant-users. I would expect that I'm still a member > with the amount of emails I get from the group;0) > > I'll paste my question in case you can't get this > funky Yahoo forward: > > OK, I changed the path for release mode and get a bit > past this. Then It's crashing trying to run the post > event macro. The output is: > > [solution] Building myProject.Library [release]... > [solution] Pre/post event macro $(DevEnvDir) not > implemented. > [solution] PostBuildEvent failed with exit code = 1 > [solution] Build failed. > > Any help? > > Thanks, > Eric > > And the original question: > > > > I am getting the following error trying to build a > > > new > > > project with the solution task: > > > > > > [compile] error CS1548: Cryptographic failure > > while > > > signing assembly 'd:\myproject\myDll.dll' -- > > 'Error > > > reading key file '..\..\myproject.myDll.snk' -- > > The > > > system cannot find the file specified. ' > > > > > > Does solution not support strong names? > > > > > > Thanks, > > > Eric > > > Note: forwarded message attached. > > > __________________________________ > Do you Yahoo!? > Yahoo! Finance Tax Center - File online. File on time. > http://taxes.yahoo.com/filing.html ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
