Ошибка создания нового основного проекта.NET в Visual Studio
Я скачал и установил Visual Studio Update 3 и.NET Core 1.0 для Visual Studio.
Я перезапустил свою машину в соответствии с инструкциями.
Каждый раз, когда я пытаюсь создать любой из основных проектов.NET из VS, я получаю диалоговое окно с сообщением об ошибке:
Система не может найти указанный файл. (Исключение из HRESULT: 0x80070002)
Вот последние несколько узлов из моего ActivityLog
:
<entry>
<record>736</record>
<time>2016/07/02 21:54:33.961</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>737</record>
<time>2016/07/02 21:54:33.961</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPackage]</description>
<guid>{CF6A5C16-83B0-4D04-B702-195C35C6E887}</guid>
</entry>
<entry>
<record>738</record>
<time>2016/07/02 21:54:34.023</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>739</record>
<time>2016/07/02 21:54:34.023</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>740</record>
<time>2016/07/02 21:54:34.148</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>741</record>
<time>2016/07/02 21:54:34.148</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [ProviderPackage]</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>742</record>
<time>2016/07/02 21:54:34.258</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [ProviderPackage]</description>
<guid>{5F2E5E42-4192-4D79-A0D8-1D881E808829}</guid>
</entry>
<entry>
<record>743</record>
<time>2016/07/02 21:54:34.620</time>
<type>Error</type>
<source>SccDisplayInformation.SolutionOptions</source>
<description>Unable to load solution user option 'SccProvider.Solution.LoadCount'</description>
</entry>