Microsoft.WindowsAzure.StorageClient reference breaks VS 2010 code metrics?

Answered Microsoft.WindowsAzure.StorageClient reference breaks VS 2010 code metrics?

  • Monday, June 11, 2012 5:32 PM
     
     

    Has anyone else noticed that Calculating Code Metrics for a solution does not work when a project has a reference to Microsoft.WindowAzure.StorageClient?

    I get the following error: Message: An error occurred while calculating code metrics for target file [project path removed for security]. The following error was encountered while reading module 'whatever': Could not resolve type reference: [Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]Microsoft.WindowsAzure.StorageClient.MessageUpdateFields.

    Any ideas?

    Thanks,

    Matt

All Replies

  • Tuesday, June 12, 2012 7:59 AM
     
     

    Yes:

    Server Error in '/' Application.

    Could not load file or assembly 'Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

    • Proposed As Answer by Gilipip Tuesday, June 12, 2012 1:08 PM
    • Unproposed As Answer by Gilipip Tuesday, June 12, 2012 1:08 PM
    •  
  • Tuesday, June 12, 2012 8:31 AM
    Moderator
     
     

    Hi,

    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay.
     
    Appreciate your patience.


    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework

  • Tuesday, June 12, 2012 1:20 PM
     
     Answered
    My Problem is solved after updating all my Microsoft.WindowsAzure.StorageClient references to the the new version (1.7.0.0)