Microsoft Developer Network > 포럼 홈 > Team Foundation Server - Build Automation > 0 error(s), 47 warning(s) --> Failed Compiling sources
질문하기질문하기
 

답변됨0 error(s), 47 warning(s) --> Failed Compiling sources

답변

모든 응답

  • 2006년 6월 28일 수요일 오후 10:11Steve St.Jean 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Simon,

    Can you post your build log?

    -Steve

  • 2006년 6월 29일 목요일 오전 7:27Simon Gorski 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    I tried to post the whole log, but get following exception:

    Unknown Error
      We apologize, but an unknown error has occured in the forums.

    This error has been logged.

     

     

  • 2006년 6월 29일 목요일 오전 7:43Simon Gorski 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Build steps Failed
    Build Step Completed On
    Initializing build 29.06.2006 02:00:26
    Getting sources 29.06.2006 02:00:30
    Compiling sources 29.06.2006 02:00:48
    Compiling Administration.sln for Any CPU/Release 29.06.2006 02:00:33
    Compiling Administration.csproj 29.06.2006 02:00:32
    Compiling Betting.sln for Any CPU/Release 29.06.2006 02:00:35
    Compiling Betting.csproj 29.06.2006 02:00:35
    Compiling Common.sln for Any CPU/Release 29.06.2006 02:00:36
    Compiling Common.csproj 29.06.2006 02:00:35
    Compiling Configuration.sln for Any CPU/Release 29.06.2006 02:00:36
    Compiling Configuration.csproj 29.06.2006 02:00:36
    Compiling Logging.sln for Any CPU/Release 29.06.2006 02:00:38
    Compiling Logging.csproj 29.06.2006 02:00:38
    Compiling Modules.sln for Any CPU/Release 29.06.2006 02:00:39
    Compiling Modules.csproj 29.06.2006 02:00:39
    Compiling Payments.sln for Any CPU/Release 29.06.2006 02:00:40
    Compiling Payments.csproj 29.06.2006 02:00:40
    Compiling Security.sln for Any CPU/Release 29.06.2006 02:00:41
    Compiling Security.csproj 29.06.2006 02:00:41
    Compiling Setup.sln for Any CPU/Release 29.06.2006 02:00:42
    Compiling Setup.csproj 29.06.2006 02:00:41
    Compiling Statistics.sln for Any CPU/Release 29.06.2006 02:00:43
    Compiling Statistics.csproj 29.06.2006 02:00:42
    Compiling User.sln for Any CPU/Release 29.06.2006 02:00:44
    Compiling User.csproj 29.06.2006 02:00:44
    Compiling WISP.sln for Any CPU/Release 29.06.2006 02:00:47
    Compiling WISPControls.csproj 29.06.2006 02:00:46
    Compiling WISPServices.csproj 29.06.2006 02:00:47
    Generating list of changesets 29.06.2006 02:00:57
    Copying binaries to drop location 29.06.2006 02:00:59
    Copying log files to drop location 29.06.2006 02:00:59
    Creating work item 29.06.2006 02:01:02
    Failed 29.06.2006 02:01:02
    Result details for Any CPU/Release 0 Errors, 47 warnings, no test results, no coverage results ( Release.txt )
  • 2006년 6월 29일 목요일 오전 9:57Kishore M N 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    can you post the contents of Release.txt?  Also the contents of Buildlog.txt.

    Thanks,

  • 2006년 6월 29일 목요일 오전 10:00Simon Gorski 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    release.txt

     


    Solution: Betting.sln, Project: Betting.csproj, Compilation errors and warnings
    BettingOfferGroup.cs(375,17): warning CS0168: The variable 'ex' is declared but never used
    Event.cs(481,17): warning CS0168: The variable 'ex' is declared but never used
    KindOfSport.cs(100,17): warning CS0168: The variable 'ex' is declared but never used

    Solution: Logging.sln, Project: Logging.csproj, Compilation errors and warnings
    Log.cs(16,18): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log'
    Log.cs(41,28): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.NewInfo(Interwetten.Web.Logging.Log.Service, string, int, params System.Collections.Generic.KeyValuePair<string,object>[])'
    Log.cs(46,28): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.NewTrace(Interwetten.Web.Logging.Log.Service, string, int, params System.Collections.Generic.KeyValuePair<string,object>[])'
    Log.cs(51,28): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.NewWarning(Interwetten.Web.Logging.Log.Service, string, int, params System.Collections.Generic.KeyValuePair<string,object>[])'
    Log.cs(56,28): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.NewError(Interwetten.Web.Logging.Log.Service, string, int, params System.Collections.Generic.KeyValuePair<string,object>[])'
    Log.cs(61,28): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.NewException(Interwetten.Web.Logging.Log.Service, string, int, System.Exception, params System.Collections.Generic.KeyValuePair<string,object>[])'
    Log.cs(137,21): warning CS0618: 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'
    Log.cs(140,13): warning CS0168: The variable 'ex' is declared but never used
    Log.cs(18,21): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.LogType'
    Log.cs(20,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.LogType.Info'
    Log.cs(21,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.LogType.Trace'
    Log.cs(22,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.LogType.Warning'
    Log.cs(23,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.LogType.Error'
    Log.cs(24,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.LogType.Exception'
    Log.cs(27,21): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.Service'
    Log.cs(29,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.Service.Sportsbook'
    Log.cs(30,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.Service.Casino'
    Log.cs(31,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.Service.Poker'
    Log.cs(32,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.Service.Games'
    Log.cs(35,21): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.Priority'
    Log.cs(37,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.Priority.LowPriority'
    Log.cs(38,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.Priority.NormalPriority'
    Log.cs(39,13): warning CS1591: Missing XML comment for publicly visible type or member 'Interwetten.Web.Logging.Log.Priority.HighPriority'

    Solution: WISP.sln, Project: WISPControls.csproj, Compilation errors and warnings
    Base\AdControl.cs(511,116): warning CS0618: 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202'
    Base\AdControl.cs(517,136): warning CS0618: 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202'
    Base\AdControl.cs(571,137): warning CS0618: 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202'
    Base\AdControl.cs(573,151): warning CS0618: 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202'
    Base\AdControl.cs(766,5): warning CS0618: 'System.Web.UI.Page.RegisterClientScriptBlock(string, string)' is obsolete: 'The recommended alternative is ClientScript.RegisterClientScriptBlock(Type type, string key, string script). http://go.microsoft.com/fwlink/?linkid=14202'
    Base\AdControl.cs(781,7): warning CS0618: 'System.Web.UI.Page.RegisterClientScriptBlock(string, string)' is obsolete: 'The recommended alternative is ClientScript.RegisterClientScriptBlock(Type type, string key, string script). http://go.microsoft.com/fwlink/?linkid=14202'
    Base\AdControl.cs(793,7): warning CS0618: 'System.Web.UI.Page.RegisterClientScriptBlock(string, string)' is obsolete: 'The recommended alternative is ClientScript.RegisterClientScriptBlock(Type type, string key, string script). http://go.microsoft.com/fwlink/?linkid=14202'
    Base\HeadTabControl.cs(71,5): warning CS0618: 'System.Web.UI.Page.RegisterClientScriptBlock(string, string)' is obsolete: 'The recommended alternative is ClientScript.RegisterClientScriptBlock(Type type, string key, string script). http://go.microsoft.com/fwlink/?linkid=14202'
    Base\HeadTabControl.cs(76,5): warning CS0618: 'System.Web.UI.Page.RegisterClientScriptBlock(string, string)' is obsolete: 'The recommended alternative is ClientScript.RegisterClientScriptBlock(Type type, string key, string script). http://go.microsoft.com/fwlink/?linkid=14202'
    Casino\CasinoHeadTabControl.cs(43,4): warning CS0618: 'System.Web.UI.Page.RegisterClientScriptBlock(string, string)' is obsolete: 'The recommended alternative is ClientScript.RegisterClientScriptBlock(Type type, string key, string script). http://go.microsoft.com/fwlink/?linkid=14202'
    Games\GamesHeadTabControl.cs(46,4): warning CS0618: 'System.Web.UI.Page.RegisterClientScriptBlock(string, string)' is obsolete: 'The recommended alternative is ClientScript.RegisterClientScriptBlock(Type type, string key, string script). http://go.microsoft.com/fwlink/?linkid=14202'
    Poker\PokerHeadTabControl.cs(46,4): warning CS0618: 'System.Web.UI.Page.RegisterClientScriptBlock(string, string)' is obsolete: 'The recommended alternative is ClientScript.RegisterClientScriptBlock(Type type, string key, string script). http://go.microsoft.com/fwlink/?linkid=14202'

    Solution: WISP.sln, Project: WISPServices.csproj, Compilation errors and warnings
    Service.cs(227,25): warning CS0618: 'System.Net.IPAddress.Address' is obsolete: 'This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202'
    Service.cs(227,44): warning CS0618: 'System.Net.IPAddress.Address' is obsolete: 'This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202'
    Service.cs(227,87): warning CS0618: 'System.Net.IPAddress.Address' is obsolete: 'This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202'
    Service.cs(233,25): warning CS0618: 'System.Net.IPAddress.Address' is obsolete: 'This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202'
    Service.cs(233,44): warning CS0618: 'System.Net.IPAddress.Address' is obsolete: 'This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202'
    Service.cs(233,87): warning CS0618: 'System.Net.IPAddress.Address' is obsolete: 'This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202'
    Service.cs(239,25): warning CS0618: 'System.Net.IPAddress.Address' is obsolete: 'This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202'
    Service.cs(239,44): warning CS0618: 'System.Net.IPAddress.Address' is obsolete: 'This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202'
    Service.cs(239,87): warning CS0618: 'System.Net.IPAddress.Address' is obsolete: 'This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202'

  • 2006년 6월 29일 목요일 오전 10:11Simon Gorski 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    I think I found the problem,

    in the buildlog.txt

    C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets(478,5): error MSB3202: The project file "C:\net\DLL\DAKOTA\BUILD1\DAKOTA\Daily Build\BuildType\..\Sources\Globalization\Globalization.sln" was not found.

    C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets(478,5): error MSB3202: The project file "C:\net\DLL\DAKOTA\BUILD1\DAKOTA\Daily Build\BuildType\..\Sources\WebControls\WebControls.sln" was not found.

    C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets(478,5): error MSB3202: The project file "C:\net\DLL\DAKOTA\BUILD1\DAKOTA\Daily Build\BuildType\..\Sources\WebControls\DesignHelper\DesignHelper.sln" was not found.

    47 Warning(s)

    3 Error(s)

    But in the summary there is 0 error(s), 47 warning(s)

     

    regards

    Simon

  • 2006년 7월 3일 월요일 오전 5:59Kishore M N 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    Are you on the RTM Build of VSTS?

    Thanks

    Kishore.