Re: [Nant-users] Referenced assembly ... could not be loaded: Culture name 'neutral' is not supported.

2005-05-14 Thread Eugene Ventimiglia
Sorry-  I actually found the answer.  Someone had set [assembly: AssemblyCulture("neutral")] in the AssemblyInfo.cs for that project.  VS.NET ignored it, I guess, but csc choked.  Thanks to Nant (and your help) I now have "one-click" get-latest, build and package my site!!! I'm going to take th

RE: [Nant-users] Referenced assembly ... could not be loaded: Culture name 'neutral' is not supported.

2005-05-13 Thread Gert Driesen
Eugene,   What's the framework that NAnt is running on ? Could it be that you're running NAnt on MS.NET 1.0 ?   PS. I'm not talking about the target framework here.   Gert   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eugene VentimigliaSent: vrijdag 13 mei 20

Re: [Nant-users] Referenced Assembly ... could not be loaded

2005-05-12 Thread Eugene Ventimiglia
TECTED]] On Behalf Of Eugene Ventimiglia Sent: donderdag 12 mei 2005 19:28To: Gert DriesenCc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Referenced Assembly ... could not be loaded  I can't say I really understand... this is a build I've done, and there are

Re: [Nant-users] Referenced Assembly ... could not be loaded

2005-05-12 Thread Eugene Ventimiglia
urceforge.net Subject: Re: [Nant-users] Referenced Assembly ... could not be loaded  I can't say I really understand... this is a build I've done, and there are no nightly builds...     Here's the contents of my build file, if that'll help:  name="Build411SongProjec

RE: [Nant-users] Referenced Assembly ... could not be loaded

2005-05-12 Thread Gert Driesen
oubleshoot your problem.   Gert   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eugene VentimigliaSent: donderdag 12 mei 2005 19:28To: Gert DriesenCc: nant-users@lists.sourceforge.netSubject: Re: [Nant-users] Referenced Assembly ... could not be loaded I can'

Re: [Nant-users] Referenced Assembly ... could not be loaded

2005-05-12 Thread Eugene Ventimiglia
I can't say I really understand... this is a build I've done, and there are no nightly builds...     Here's the contents of my build file, if that'll help:  name="Build411SongProject"  basedir="."  default="build" xmlns=" http://nant.sf.net/schemas/nant-0.85.win32.net-1.0.xsd" >     \\mkdoms

RE: [Nant-users] Referenced Assembly ... could not be loaded

2005-05-12 Thread Gert Driesen
Hi Eugene,   You should get more information on the cause of the error in the next nightly build.   Let me know if that helped you troubleshoot the issue.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eugene VentimigliaSent: donderdag 12 mei 2005 18:19To