Locked Entry Point Not Found when running

  • Monday, September 24, 2012 8:01 AM
     
     
    Hi

    I'm trying to run a test application that uses the JSON parser, but on runtime, right on the start, I'm getting the following popup:

    "The procedure entry point ?_Init@locale@std@@CAPAV_Locimp@12@XZ could not be located in the dynamic link library MSVCP110.dll"


    I'm using VS2012 and I have tried debug and release builds, and i also checked that the dll is in the right place and it is.  using dependency walker i see that this method is indeed missing from the dll.

    help anyone?

    Thanks

All Replies

  • Monday, September 24, 2012 8:33 AM
     
     Answered
  • Monday, September 24, 2012 3:55 PM
    Owner
     
     

    The links on the site have now been updated to point to the new, refreshed, bits. To verify that you are not getting something from a file cache, you can verify the date of the digital signature of the MSIs. It should be stamped Saturday, September 22.

    The DevLabs site will continue to refer to Windows 8 Release Preview and VS 2012 RC for a little while -- please disregard this and note instead that this refresh requires the final, release versions of both Windows 8 (for App Store development) and Visual Studio.

    The links to the MSIs for Visual Studio 2012 Express are not yet available, but will be when we update the DevLabs site later today. At that time, we will post a note here and also on the VC++ blog.

    Thanks,

    Niklas

  • Tuesday, September 25, 2012 12:12 AM
     
     

    EDIT: I noticed now that you wrote it requires Win8 :(   I was not thinking on upgrading so soon. Also... Is there any Win upgrade version available? or I'll have to use it in a VM??

     

    ______

    Great news Niklas!

    I have one issue though. 

    When creating a new project (VS2012 + Win7 pro x86) I see a modal dialog, but I'm not able to choose anything... The project gets created as web role (apparently).

    Also, a bit frustrating that I can only run in Win64 :(  I was trying to run it in a laptop with Win7, and... 

    I'm looking forward to start using Casablanca, but until now... no luck.

    Cheers

    Fernando


    • Edited by Fernando M Tuesday, September 25, 2012 12:18 AM
    •  
  • Tuesday, September 25, 2012 4:25 PM
    Owner
     
     

    Fernando,

    You only need Windows 8 if you want to build applications using the new UI style (App Store apps). Windows 7 should work just fine.

    Can you try running VS as an administrator and let me know what happens?

    Thanks,

    Niklas

  • Tuesday, September 25, 2012 11:23 PM
     
     

    Thanks for the reply. 

    The behaviour is the same running as Administrator. Modal is not responsive, in backgound the project is been generated, modal closes and see one project created.

    BTW: Azure SDK for vs2012 after Installed VS2012 Premium (RTMREL) with C++libs and Web Dev. without silverlight, etc.  Is there any dependency on those?

    Fernando




    • Edited by Fernando M Tuesday, September 25, 2012 11:46 PM
    • Edited by Fernando M Tuesday, September 25, 2012 11:47 PM
    •  
  • Wednesday, September 26, 2012 4:26 PM
    Owner
     
     

    Hmm, this seems like a bug that we haven't seen elsewhere.

    Can you tell us more about what you have installed? When you installed the Azure SDK for .NET, did you install the IIS Recommended Configuration?

    I'm grasping at straws here, but we haven't seen your problem internally (except on Visual Studio Express for Desktop, but the symptoms were different). Can you upload a screen shot of what the solution explorer looks like after the dialog closes?

    Niklas

  • Wednesday, September 26, 2012 9:53 PM
     
     
  • Wednesday, September 26, 2012 9:55 PM
     
     

    EDIT: My BAD! Aparently Azure SDK was not installed! The Webinstaller probably didn't finalize...

    After reinstalling Azure SDK, everything looks Ok :)

    May I suggest that Casablanca checks for pre-requisites during installation OR fails/warns user if project was not fully created ;)

    Anyhow - Thank you for your support - now... The party begins - converting my project to use Casablanca!!! :D

    Cheers

    Fernando

    _______________________________

    Hi Niklas

    Not 100% sure, but I don't recall changing anything during setup. I'll review the Azure SDK .Net installation (will uninstall and install again). I'm also installing in another PC. My VS2012 has the following components:


    • Edited by Fernando M Wednesday, September 26, 2012 10:14 PM
    • Edited by Fernando M Wednesday, September 26, 2012 10:18 PM
    • Edited by Fernando M Wednesday, September 26, 2012 10:26 PM Success!
    •  
  • Wednesday, September 26, 2012 10:39 PM
    Owner
     
     Proposed Answer

    That's great!

    I'm so glad that it wasn't anything serious. Get used to running VS as Administrator, though -- it's going to be necessary for now.

    Niklas

  • Wednesday, September 26, 2012 11:44 PM
    Owner
     
     

    By the way, checking for pre-reqs is something that we'll do properly in the actual release. Then, we will rely on Web Platform Installer to get all the pieces in place and you won't have a chance to miss any of the stuff you need from the Azure SDK. Until then, you just need to (meticulously) follow the instructions in the documentation.

    Niklas

  • Wednesday, September 26, 2012 11:51 PM
     
     

    Thank you Niklas. 

    It's amazing already what you guys delivered and are currently doing for the Modern C++11 development community. You guys are the best! 

    Cheers

    Fernando