web-dev-qa-db-ja.com

Windowsユニバーサルアプリ開発テンプレートの読み込みエラー

visual Studio 2015 Enterpriseを使用して「HelloWorld」アプリケーションを構築しようとすると、セットアップが完了したばかりで、非常に面倒です。

---------------------------
Microsoft Visual Studio
---------------------------
Error: this template attempted to load component Assembly 
'Microsoft.VisualStudio.Universal.TemplateWizards, Version=14.0.0.0, 
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. For more information 
on this problem and how to enable this template, please see documentation 
on Customizing Project Templates.
---------------------------
OK   
---------------------------

今、私はそれの何が悪いのか理解していません。 Windows 8.1でcommunityエディションを試し、アプリをビルドできました。しかし、Windows10でEnterpriseEditionを試してみると、エラー以外は何もありません。

また、情報ページには、開発用のツールがリストされていません。

Microsoft Visual Studio Enterprise 2015
Version 14.0.23107.0 D14REL
Microsoft .NET Framework
Version 4.6.00079

Installed Version: Enterprise

Architecture and Modeling Tools   00322-80000-00000-AA627
Microsoft Architecture and Modeling Tools

UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.

Visual Basic 2015   00322-80000-00000-AA627
Microsoft Visual Basic 2015

Visual C# 2015   00322-80000-00000-AA627
Microsoft Visual C# 2015

Visual C++ 2015   00322-80000-00000-AA627
Microsoft Visual C++ 2015

Application Insights Tools for Visual Studio Package   1.0
Application Insights Tools for Visual Studio

ASP.NET and Web Tools   14.0.20711.0
ASP.NET and Web Tools

ASP.NET Web Frameworks and Tools 2013   5.2.30624.0
For additional information, visit http://www.asp.net/

Common Azure Tools   1.5
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

GenerateUnitTest   1.0
Generates unit test code for methods in classes under test.

GitHub.VisualStudio   1.0
A Visual Studio Extension that brings the GitHub Flow into Visual Studio.

Indent Guides   14
Indent Guides

Adds visual guides at each indentation level.

Microsoft Azure HDInsight HQL Service   2.0.2200.0
Language service for Hive query

Microsoft Azure HDInsight Tools for Visual Studio   2.0.2200.0
An integrated development environment for HDInsight application development.

Microsoft Azure Mobile Services Tools   1.4
Microsoft Azure Mobile Services Tools

Microsoft Code Digger   0.9
Microsoft Code Digger

Microsoft.Pex.VisualStudio   1.0
Pex

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

PreEmptive Analytics Visualizer   1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

SQL Server Data Tools   14.0.50616.0
Microsoft SQL Server Data Tools

Web Essentials 2015   0.5.144
Adds many useful features to Visual Studio for web developers.
10
joshua

VirtualBoxのWindows10でも同じ問題が発生しました。

VisualStudioインストーラーを再度実行する必要があります。インストーラーで「変更」を選択します。 [機能]> [WindowsおよびWeb開発]> [ユニバーサルWindowsアプリ開発ツール]を選択し、[更新/インストール]をクリックします。

これで、vsプロジェクトテンプレートのWindows IoTCoreを使用できるようになります。

22
ravi punjwani

VisualStudio用のxamarinが無効になっている可能性があります。 [ツール]> [拡張機能と更新]> [Xamarin Forvisualstudio]を選択します> [有効]をクリックします。

1
Livingston

DirectXプロジェクトテンプレートのプロジェクトでこのようなエラーが発生した場合は、UWPワークロードが(Visual Studioインストーラーから)インストールされていることを確認してください。

1
Nikos