Microsoft Developer Network > Forums Home > Visual Studio Team System Forums > Microsoft Visual Studio Team Foundation Server 2010 Beta 2 > Exception on Loading Team Foundation Administration Console: Exception from HRESULT: 0x88982F50
Ask a questionAsk a question
 

AnswerException on Loading Team Foundation Administration Console: Exception from HRESULT: 0x88982F50

  • Saturday, October 31, 2009 2:30 PMfkollmann Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    I get the following error when trying to launch the TFS 2010 beta 2 Admin Console: image.

    The error occurres every time (including post-setup launch). So I have not been able to configure TFS at all.

    The System is Win2k3 64b on x64 VPS. SQL 2008 Express Advanced (inkl. SP1) and SharePoint (WSS 3.0 SP2, CU Oct 09) are already installed (even before the setup). The eventlog is "empty".

    Anyone having a similar problem?

    Regards
    Felix Kollmann

Answers

All Replies

  • Saturday, October 31, 2009 5:35 PMBryan MacFarlane MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Can you try enabling tracing?

    In the registry, HKLM\Softward\Microsoft\TeamFoundationServer\Admin - set tracelevel to 4.  Open up debug view from sysyinternals then close and re-open the admin console.

    You should see trace output.  

    I'll get a dev from the admin console to look into this.

    Thanks
    Bryan
  • Saturday, October 31, 2009 5:44 PMBryan MacFarlane MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    This might be a codec issue with WPF trying to load a PNG file

    http://computerarts.com.cn/visual-studio/75875/ 

    I'll have someone look at it but we may need to get this over to the WPF folks.

    Bryan
  • Sunday, November 01, 2009 3:34 PMfkollmann Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks for the quick reply! I downloaded DebugView from http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx and did as you suggested.

    The last output is:

    00003400 18.30224037 [69624] [Info   @15:29:25.568] Launching Team Foundation Administration Console
    00003401 18.30517578 [69624] [Error  @15:29:25.584] There was an exception while launching the Team Foundation Administration Console: Exception from HRESULT: 0x88982F50
    00003402 18.30594826 [69624] [Error  @15:29:25.615] null log path

    Please find the full log file here: http://public.fkollmann.de/ForumStuff/tfs2010b2_CT30171.LOG . The log end with the error dialog being shown.

    Regards
    Felix

    • Edited byfkollmann Sunday, November 01, 2009 3:35 PMadded hint
    • Edited byfkollmann Sunday, November 01, 2009 3:36 PMfixed typo
    •  
  • Monday, November 02, 2009 1:20 AMAnthony BortonMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I am having a similar problem with the same behaviour but a different error message.

    When I try to launch the Team Foundation Administration Console, I get the "Microsoft Team Foundation Server Configuration Utility Error" dialog box showing the message text of "There was an exception while launching the Team Foundation Administration Console. An attempt was made to load a program with an incorrect format.. (Excpetino from HRESULT: 0x8007000B)".

    I have similar messages in my log file to what felix has shown above.

    00001280 0.06923703 [2732] ***   Source File: d:\iso_whid\amd64fre\base\isolation\com\enumidentityattribute.cpp, line 144 
    00001281 0.06923703 [2732]  
    00001282 1.29912341 [2732] [Info   @01:10:26.123] DeploymentSqmData.LoadDefaults:  Debug = False  
    00001283 1.30069280 [2732] [Info   @01:10:26.125] DeploymentSqmData.LoadDefaults:  Scripted = False  
    00001284 1.31320882 [2732] [Info   @01:10:26.137] DeploymentSqmData.IsOnMicrosoftNetwork: Checking if MYCORP.COM.AU is a Microsoft domain  
    00001285 1.31370354 [2732] [Info   @01:10:26.138] DeploymentSqmData.LoadDefaults:  OnMsNetwork = False  
    00001286 1.31373429 [2732] [Info   @01:10:26.138] DeploymentSqmData.LoadDefaults:  Internal = False  
    00001287 1.31378210 [2732] [Info   @01:10:26.138] DeploymentSqmData.LoadDefaults:  Unattended = False  
    00001288 1.35109174 [2732] [Error  @01:10:26.175] There was an exception while launching the Team Foundation Administration Console: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)  
    00001289 1.35289180 [2732] [Error  @01:10:26.177] null log path  

    Happy to provide full log file if you want it.

    Thanks

    Anthony
  • Monday, November 02, 2009 11:30 PMBryan MacFarlane MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    This is a different issue - this looks to be around the licensing code.  Matt's on it with you and we have a bug tracking it.

    The first issue seems to be a codec issue around PNG files.  I sent the dev a mail on it.

    Thanks
    Bryan
  • Tuesday, November 03, 2009 3:24 PMTony Edwards MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Felix, I'm sorry you are encountering this issue.  Unfortunately the trace doesn't contain any more details.  To narrow this down, we will need to get a call stack or possibly a mini dump.  If you can email us I can give you instructions on how to gather these.  In the meantime I will continue to research this internally.  Send an email to tfsb2sup<at>microsoft<dot>com and I will respond with additional instructions.  In the subject of you email put "Attn: Tony regarding admin console" so that it is sure to find me.  Thanks.
  • Tuesday, November 03, 2009 5:10 PMTony Edwards MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Felix,

    I also found the following post that seems somewhat relevant:

    http://blogs.msdn.com/xWebSupport/

    You may want to try these suggestions.

    thx,

    tony

  • Tuesday, November 03, 2009 8:22 PMfkollmann Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer