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.
 

Reply via email to