• Upgrade your Internet Experience
  • Sign in
  • Microsoft.com
  • United States (English)
    Brasil (Português)Česká republika (Čeština)Deutschland (Deutsch)España (Español)France (Français)Italia (Italiano)Россия (Русский)대한민국 (한국어)中华人民共和国 (中文)台灣 (中文)日本 (日本語)香港特别行政區 (中文)
 
 
Team System Developer Center
 
 
Home
 
 
Library
 
 
Learn
 
 
Download
 
 
Support
 
 
Forums
 
 
 
Team System Developer Center > Visual Studio Team System Forums > Team Foundation Server - Build Automation > 0 error(s), 47 warning(s) --> Failed Compiling sources
Ask a questionAsk a question
Search Forums:
  • Search Team Foundation Server - Build Automation Forum Search Team Foundation Server - Build Automation Forum
  • Search All Visual Studio Team System Forums Search All Visual Studio Team System Forums
  • Search All MSDN Forums Search All MSDN Forums
 

Answer0 error(s), 47 warning(s) --> Failed Compiling sources

  • Wednesday, June 28, 2006 3:14 PMSimon Gorski Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0

    Hi!

    I have no errors, but the build failed?

    Where can I set that option?

    Thanks!

     

    Regards

    Simon

    • ReplyReply
    • QuoteQuote
     

Answers

  • Monday, July 03, 2006 5:59 AMKishore M N Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Vote As Helpful
    0

    Are you on the RTM Build of VSTS?

    Thanks

    Kishore.

    • ReplyReply
    • QuoteQuote
     

All Replies

  • Wednesday, June 28, 2006 10:11 PMSteve St.Jean Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0

    Simon,

    Can you post your build log?

    -Steve

    • ReplyReply
    • QuoteQuote
     
  • Thursday, June 29, 2006 7:27 AMSimon Gorski Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0

    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.

     

     

    • ReplyReply
    • QuoteQuote
     
  • Thursday, June 29, 2006 7:43 AMSimon Gorski Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0
    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 )
    • ReplyReply
    • QuoteQuote
     
  • Thursday, June 29, 2006 9:57 AMKishore M N Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0

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

    Thanks,

    • ReplyReply
    • QuoteQuote
     
  • Thursday, June 29, 2006 10:00 AMSimon Gorski Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0

    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'

    • ReplyReply
    • QuoteQuote
     
  • Thursday, June 29, 2006 10:11 AMSimon Gorski Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0

    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

    • ReplyReply
    • QuoteQuote
     
Need Help with Forums? (FAQ)
 
© 2009 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement