Note that there are some explanatory texts on larger screens.

plurals
  1. POWDK 8.1 fails with Visual Studio 2012
    primarykey
    data
    text
    <p>I am trying to build a project using WDK 8.1 and Visual Studio 2012 under Windows 8. I do not have Visual Studio 2013 Preview installed, however according to the requirements page I have fulfilled all the requirements:</p> <p><a href="http://msdn.microsoft.com/en-us/library/windows/hardware/dn308552%28v=vs.85%29.aspx#system_requirements" rel="nofollow">WDK 8.1 Requirements</a></p> <p>That page says:</p> <blockquote> <p>System Requirements Before you install the WDK, you must first install Microsoft Visual Studio Professional 2012 or above.</p> </blockquote> <p>My project was created using WDK 8.0 so I followed the instructions provided here for migrating to WDK 8.1:</p> <p><a href="http://msdn.microsoft.com/en-us/library/windows/hardware/dn265174%28v=vs.85%29.aspx" rel="nofollow">ProjectUpgradeTool: Upgrade a WDK 8 project or solution to WDK 8.1</a></p> <p>While running the command:</p> <pre><code>ProjectUpgradeTool.exe C:\Sources\MyDriver </code></pre> <p>I got the following error:</p> <blockquote> <p>Catastrophic failure while converting projects under 'C:\Sources\MyDriver': Message:Could not load file or assembly 'Microsoft.Build, Version=12.0.0.0 , Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependenc ies. The system cannot find the file specified. StackTrace= at Microsoft.DriverKit.ProjectUpgradeTool.ProjectUpgrader.UpgradeProjec<br> ts(IEnumerable<code>1 projectFiles) at Microsoft.DriverKit.ProjectUpgradeTool.Upgrader.UpgradeProjects(IEnu<br> merable</code>1 files, String newOsConfigName)</p> </blockquote> <p>Does anyone have a hint on how to get around this error?</p> <p><strong>Update as of Jan 12 2014</strong></p> <p>The documentation has been modified since I posted this question, and it clearly states now that VS2013 is indeed required for WDK8.1 development.</p> <p>Same question in <a href="http://social.msdn.microsoft.com/Forums/en-US/c825d4ec-8326-4df1-809a-d87f826dde4c/wdk-81-fails-with-visual-studio-2012" rel="nofollow">MSDN forums</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload