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
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
[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.
Project build failed.