I just downloaded Visual studio 2015 update 3. When I open up sql server I get this error message followed by a shutdown of sql server.
Visual studio 2015 update 3 and sql server 2016
The activitylog.xml
` </entry>
<entry>
<record>295</record>
<time>2016/07/29 21:31:52.667</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{6B238C39-B163-467E-83DB-A2DEC10459ED}</guid>
</entry>
<entry>
<record>296</record>
<time>2016/07/29 21:31:52.667</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Appid denied the loading of package</description>
<guid>{6B238C39-B163-467E-83DB-A2DEC10459ED}</guid>
</entry>
</activity>
`
I tried deleting the following directory and restarting vs but nothing worked C:\Users{your_username}\AppData\Roaming\Microsoft\VisualStudio\14.0
I also tried repairing vs and reinstalling it from scratch back to update 2 but nothing is working. Anything else I can try?