RE: [Nant-users] Path length problem with resgen

2004-08-10 Thread Troy Laurin
> The problem in your case might be that the path of that > temporary directory that we create exceeds the max. path > length. The ensure uniqueness of that temp directory, we > combine the temp path with a Guid : > > Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString("N", > CultureInfo

Re: [Nant-users] Path length problem with resgen

2004-08-10 Thread Gert Driesen
> - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, August 10, 2004 9:30 AM > Subject: RE: [Nant-users] Path length problem with resgen > > Thanks for that Brian, > > I ha

RE: [Nant-users] Path length problem with resgen

2004-08-10 Thread Bill.Martin
Thanks for that Brian, I have tried shortening my path environment variable to the bare minimum (about 40 chars) but it makes no difference. I have also moved the source to the shortest path I can get (without changing names - it's a BIG project, around 1000 source files) and again it makes no di