Correction:
CSC Command line that is running through CC.NET and is failing (pulled from log file)
Target "CoreCompile: (TargetId:1)" in file "C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.CSharp.targets" from project "C:\CI\Source\Library\DataLib\Build\LibraryDeployment.proj": Building target "CoreCompile" completely. Output file "obj\Release\tah.DataLibrary.dll" does not exist. Using "Csc" task from assembly "Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Task "Csc" (TaskId:7) Command: (TaskId:7) C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE /debug- /optimize+ /out:obj\Release\tah.DataLibrary.dll /target:library C:\CI\Source\Library\DataLib\DbBroker.cs C:\CI\Source\Library\DataLib\Properties\AssemblyInfo.cs (TaskId:7) The "Csc" task is using "Csc.exe" from "C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe". (TaskId:7) Microsoft (R) Visual C# 2008 Compiler version 3.5.30729.1 (TaskId:7) for Microsoft (R) .NET Framework version 3.5 (TaskId:7) Copyright (C) Microsoft Corporation. All rights reserved. (TaskId:7) (TaskId:7) c:\CI\Source\Library\DataLib\DbBroker.cs(3,14): error CS0234: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(4,14): error CS0234: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(5,14): error CS0234: The type or namespace name 'Web' does not exist in the namespace 'System' (are you missing an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(6,17): error CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(12,27): error CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(35,26): error CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(88,26): error CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(106,33): error CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(122,16): error CS0246: The type or namespace name 'DataTable' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(145,55): error CS0246: The type or namespace name 'DbTransaction' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(145,16): error CS0246: The type or namespace name 'DataTable' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(157,55): error CS0246: The type or namespace name 'DbParameter' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(157,16): error CS0246: The type or namespace name 'DataTable' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(181,55): error CS0246: The type or namespace name 'DbParameter' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(181,81): error CS0246: The type or namespace name 'DbTransaction' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(181,16): error CS0246: The type or namespace name 'DataTable' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(220,48): error CS0246: The type or namespace name 'DbTransaction' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(225,48): error CS0246: The type or namespace name 'DbParameter' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(249,48): error CS0246: The type or namespace name 'DbParameter' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(249,74): error CS0246: The type or namespace name 'DbTransaction' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(254,36): error CS0246: The type or namespace name 'DbCommand' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(278,36): error CS0246: The type or namespace name 'DbCommand' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(278,51): error CS0246: The type or namespace name 'DbTransaction' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(313,49): error CS0246: The type or namespace name 'DbTransaction' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(318,49): error CS0246: The type or namespace name 'DbParameter' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(345,49): error CS0246: The type or namespace name 'DbParameter' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(345,75): error CS0246: The type or namespace name 'DbTransaction' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(350,37): error CS0246: The type or namespace name 'DbCommand' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(376,37): error CS0246: The type or namespace name 'DbCommand' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(376,52): error CS0246: The type or namespace name 'DbTransaction' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(385,54): error CS0246: The type or namespace name 'DbParameter' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(385,16): error CS0246: The type or namespace name 'DbCommand' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(402,49): error CS0246: The type or namespace name 'DbConnection' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(402,86): error CS0246: The type or namespace name 'DbParameter' could not be found (are you missing a using directive or an assembly reference?) c:\CI\Source\Library\DataLib\DbBroker.cs(402,23): error CS0246: The type or namespace name 'DbCommand' could not be found (are you missing a using directive or an assembly reference?) Done executing task "Csc" -- FAILED. (TaskId:7) Done building target "CoreCompile" in project "LibraryDeployment.proj" -- FAILED.: (TargetId:1) Done Building Project "C:\CI\Source\Library\DataLib\Build\LibraryDeployment.proj" (AfterBuild target(s)) -- FAILED. Project Performance Summary: 969 ms C:\CI\Source\Library\DataLib\Build\LibraryDeployment.proj 1 calls 969 ms AfterBuild 1 calls Target Performance Summary: 78 ms _CheckForInvalidConfigurationAndPlatform 1 calls 344 ms CoreCompile 1 calls Task Performance Summary: 0 ms Message 2 calls 312 ms Csc 1 calls Build FAILED.
|