Forum member

critchie

2 posts

Posts by critchie

  1. Errors occurred while trying to load the project file

    Seems I've stumbled unto a solution... I started exploring the App Cert Kit for Metro apps and it pointed out issues surrounding the reference to the C++ runtime that weren't in the App manifest. So I put an entry into the app manifest. But then the build complained about duplicate references. …

  2. Errors occurred while trying to load the project file

    I am using NCrunch with the Release Candidate of VS2012 on the Release Preview of Windows 8. I have created a Metro library that references the Microsoft Visual C++ Runtime Package. In order to use this reference you have to set the target explicitly which I have done (set to x86). When this is…