the new version for vs2012 rc can't be installed

Locked the new version for vs2012 rc can't be installed

  • Thursday, July 12, 2012 11:56 AM
     
     
    I have download the Casablanca SDK for vs2012 rc, but it's for vs2011, please upload the correct version, thanks.^_^


All Replies

  • Thursday, July 12, 2012 6:03 PM
     
     
    I have download the Casablanca SDK for vs2012 rc, but it's for vs2011, please upload the correct version, thanks.^_^


    it's also shows that the Casablanca Azure wizard didn't actually work properly. it's show "Error Creating Project" with "x64 only" build option.
  • Friday, July 13, 2012 10:01 PM
    Owner
     
     

    Hi there!

    We cannot reproduce this problem here. Can you tell us the exact steps you're doing and the errors you're seeing?

    Note: if you're running Visual Studio 2012 RC, be sure to click on the "Download Casablanca: Visual Studio 2012" button on our main page (http://msdn.microsoft.com/casablanca)


    Artur Laksberg Visual C++ Team Microsoft

  • Saturday, July 14, 2012 3:34 AM
     
     
    Yes, I'm sure I have clicked it and the downloaded file is the same as by click the under link  "Visual Studio 11 SDK". 
    When i install the downloaded file,it shows "This version of Casablanca requires Visual 11 to be installed" .
    I have installed the Windows8 RP, Visual Studio 2012RC and Azure SDK1.7 by the VMware WorkStation on the Windows7.
  • Saturday, July 14, 2012 4:12 AM
    Owner
     
     

    Casablanca setup checks the regsitry key HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config. If you have Visual Studio 2012 installed, you should have this registry key.

    If you're confident that VS 2012 is installed but the registry key is missing, let us know! In the meantime, you can experimentally create it yourself and see if that solves the problem.


    Artur Laksberg Visual C++ Team Microsoft

  • Saturday, July 14, 2012 3:58 PM
    Owner
     
     

    Several members of the team have tried the download, and it's the correct one and installs fine. I wonder if there's some content caching going on somewhere, so that you're getting the old version.

    If you look at the digital signature of the downloaded MSI, it has a date on it. It should say "Tuesday June 26, 2012, 12:42:20" when you look at the signature details, like the picture shows below. If that is not what you are seeing, there must be something that prevents you from getting the right version of the download.

    If this is what you're seeing, you have the right version of the download and there must be something else going on, like what Artur suggested troubleshooting earlier.

  • Monday, July 16, 2012 6:33 AM
     
     

    I can see the correct picture shows above but can't find the regsitry key HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config.

    There's only has  a regsitry key HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0.

    So how can i create it?

  • Monday, July 16, 2012 6:56 AM
    Owner
     
      Has Code

    This is how you can do it -- open the command prompt (cmd.exe) and type:

    reg add HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config /v ShellFolder /t REG_EXPAND_SZ /d "%ProgramFiles(x86)%\Microsoft Visual Studio 11.0\

    This will allow setup to proceed.

    If it works for you, it would help us (and other users) if you can tell us the version of Visual Studio 2012 you're using. It's possible that there is an earlier version or a SKU out there that doesn't use the reg key we rely on, in which case we'd need to fix our setup.

    Open Visual Studio 2012 and select Help -> About menu, then click Copy Info button. Then paste the result into a reply to this thread. We need the first few lines, which will look like this:

    Microsoft Visual Studio Ultimate 2012 RC
    Version 11.0.50626.1 QRELRC July, 2012
    Microsoft .NET Framework
    Version 4.5.50501

    Installed Version: Ultimate

    ...

    This will not have your personal info, but if you prefer you can send it to me directly at arturl at microsoft.com.

    I hope this will work, but let us know one way or another!

    Thanks,

    Artur


    Artur Laksberg Visual C++ Team Microsoft


  • Monday, July 16, 2012 8:27 AM
     
     

    Ok, it's work. thank you to  Artur and Niklas.

    Hope the information just help for you!

    Microsoft Visual Studio Express 2012 RC for Windows 8
    Version 11.0.50522.1 RCREL
    Microsoft .NET Framework
    Version 4.5.50501

    Installed Version: VSWin Express

    Microsoft Visual Basic 2012 RC   04313-004-0009005-02143
    Microsoft Visual Basic 2012 RC

    Microsoft Visual C# 2012 RC   04313-004-0009005-02143
    Microsoft Visual C# 2012 RC

    Microsoft Visual C++ 2012 RC   04313-004-0009005-02143
    Microsoft Visual C++ 2012 RC

    Microsoft Visual Studio 2012 RC Code Analysis Spell Checker   04313-004-0009005-02143
    Microsoft® Visual Studio® 2012 RC Code Analysis Spell Checker

    Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.

    The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.

    Microsoft Visual Studio 2012 Team Explorer RC   04313-004-0009005-02143
    Microsoft Visual Studio 2012 Team Explorer RC

    Microsoft Visual Web Developer 2012 RC   04313-004-0009005-02143
    Microsoft Visual Web Developer 2012 RC

    NuGet Package Manager   1.8.30423.9026
    NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

  • Monday, July 16, 2012 2:16 PM
    Owner
     
     Answered

    I see -- you're using Visual Studio Express. At the moment we only support Visual Studio Ultimate RC, which is available for free. We have not done the work to support VS Express, but we'll look into it in a future release.

    Thanks!


    Artur Laksberg Visual C++ Team Microsoft