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 the weekend off :)

--e



 
On 5/14/05, Gert Driesen <[EMAIL PROTECTED]> wrote:
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 Ventimiglia
Sent: vrijdag 13 mei 2005 21:33
To: Gert Driesen
Cc: nant-users@lists.sourceforge.net
Subject: [Nant-users] Referenced assembly ... could not be loaded: Culture name 'neutral' is not supported.

 
Can anyone tell me what this means?
 
I'm running nant -t:net1-1
 
Here's my build log
 
Buildfile: file:///C:/temp/nant/html.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: build

getlatest:
   [vssget] Getting '$/Solutions/411Song' to 'C:\temp\nant\source'...
build:
 [solution] Starting solution build.
 [solution] Building 'MusiKube.EM' [Release] ...
 [solution] Building 'Microsoft.ApplicationBlocks.Data' [Release] ...
 [solution] Building 'MusiKube.EMServices.CarrierLookUP ' [Release] ...
 [solution] Building 'MusiKube' [Release] ...
 [solution] Building 'MusiKube.EMServices' [Release] ...
 [solution] Referenced assembly "C:\temp\nant\source\MusiKube\obj\Release\MusiKube.dll" could not be loaded: Culture name 'neutral' is not supported.
 [solution] Parameter name: name
 [solution] fatal error CS0009: Metadata file 'c:\temp\nant\source\Microsoft.ApplicationBlocks.Data\obj\Release\Microsoft.ApplicationBlocks.Data.dll' could not be opened -- 'Version 1.1 is not a compatible version.'
 [solution] Build failed.
 [solution] Project 'MusiKube.EMServices' failed!
 [solution] Continuing build with non-dependent projects.
 [solution]
 [solution] Solution failed to build!  Failed projects were:
 [solution]   - MusiKube.EMServices
BUILD FAILED - 6 non-fatal error(s), 1 warning(s)
C:\temp\nant\html.build(34,4):
Project build failed.
 



--
** Help my friend Mangala from Sri Lanka build houses for tsunami victims.
** http://www.karunalanka.org/

Reply via email to