Packages not loading after installing visual studio 2015 RTM -


the problem

i had visual studio 2015 rc installed , installed visual studio 2015 rtm on it. couldn't find on internet said couldn't this. don't know if relevant problem.

unfortunately when started vs 2015 rtm first time after restarting popped message boxes with:

"the 'microsoft.visualstudio.editor.implementation.editorpackage' package did not load correctly"

also:

  • xamarinshellpackage
  • testwindowpackage
  • nugetpackage
  • errorlistpackage

how can resolve error?

logs

it said in activitylog.xml. couldn't find microsoft.visualstudio.editor.implementation.editorpackage.

but xamarinshellpackage said:

<entry>     <record>339</record>     <time>2015/07/21 13:01:54.011</time>     <type>error</type>     <source>visualstudio</source>     <description>setsite failed package [xamarinshellpackage]</description>     <guid>{2d510815-1c4e-4210-bd82-3d9d2c56c140}</guid>     <hr>80070057 - e_invalidarg</hr>     <errorinfo>'providers' cannot contain null (nothing in visual basic) element. parameter name: providers</errorinfo>   </entry>   <entry>     <record>340</record>     <time>2015/07/21 13:01:54.013</time>     <type>error</type>     <source>visualstudio</source>     <description>end package load [xamarinshellpackage]</description>     <guid>{2d510815-1c4e-4210-bd82-3d9d2c56c140}</guid>     <hr>80070057 - e_invalidarg</hr>     <errorinfo>'providers' cannot contain null (nothing in visual basic) element. parameter name: providers</errorinfo>   </entry> 

for testwindowpackage:

<entry>    <record>394</record>    <time>2015/07/21 13:02:02.751</time>    <type>error</type>    <source>testwindowpackage</source>    <description>testwindowpackage.initialize failed exception: &#x000d;&#x000a;&#x000d;&#x000a;system.nullreferenceexception: object reference not set instance of object.&#x000d;&#x000a; @ microsoft.visualstudio.testwindow.vshost.testwindowpackage.initialize() &#x000d;&#x000a;&#x000d;&#x000a;packagecontainer loaded: false &#x000d;&#x000a;</description> </entry> <entry>    <record>395</record>    <time>2015/07/21 13:02:02.752</time>    <type>error</type>    <source>visualstudio</source>    <description>setsite failed package [testwindowpackage]</description>    <guid>{bfc24bf4-b994-4757-bcdc-1d5d2768bf29}</guid>    <hr>80004003 - e_pointer</hr>    <errorinfo>object reference not set instance of object.</errorinfo> </entry> 

for nugetpackage:

 <entry>     <record>405</record>     <time>2015/07/21 13:02:04.096</time>     <type>error</type>     <source>visualstudio</source>     <description>setsite failed package [nugetpackage]</description>     <guid>{5fcc8577-4feb-4d04-ad72-d6c629b083cc}</guid>     <hr>80004003 - e_pointer</hr>     <errorinfo>object reference not set instance of object.</errorinfo>   </entry>   <entry>     <record>406</record>     <time>2015/07/21 13:02:04.096</time>     <type>error</type>     <source>visualstudio</source>     <description>end package load [nugetpackage]</description>     <guid>{5fcc8577-4feb-4d04-ad72-d6c629b083cc}</guid>     <hr>80004003 - e_pointer</hr>     <errorinfo>object reference not set instance of object.</errorinfo>   </entry> 

for errorlistpackage said:

<entry>     <record>409</record>     <time>2015/07/21 13:02:04.624</time>     <type>information</type>     <source>visualstudio</source>     <description>begin package load [errorlistpackage]</description>     <guid>{4a9b7e50-aa16-11d0-a8c5-00a0c921a4d2}</guid>   </entry>   <entry>     <record>410</record>     <time>2015/07/21 13:02:04.629</time>     <type>error</type>     <source>visualstudio</source>     <description>setsite failed package [errorlistpackage]</description>     <guid>{4a9b7e50-aa16-11d0-a8c5-00a0c921a4d2}</guid>     <hr>80004003 - e_pointer</hr>     <errorinfo>object reference not set instance of object.</errorinfo>   </entry> 

what have tried far

so... suggestions out there?

updates question

first update

i tried load project and... wrong. can't load bunch of packages like: "csharppackage, integrationpackage, migrationpackage, fileindicatorpackage, etc..." , solution explorer blank! going on?

second update

this how programs , features like: screenshot of programs , features

third update

i have uninstalled , removed as dared.

  • removed in appdata\roaming\microsoft\visualstudio\14.0
  • removed in appdata\local\visualstudio\14.0
  • uninstalled visual studio 2015 via programs , features (above screenshot)
  • removed visual studio secondary installer folder in program files folder altogether
  • removed has visual studio 14.0 program files

i don't want mess visual studio 2013 installation. vs2015 still can't load packages above! if has more information programs can uninstalled above screenshot happy.

fourth update

steps taken (updated update 3)

  • removed in appdata\roaming\microsoft\visualstudio\14.0
  • removed in appdata\local\visualstudio\14.0
  • remove concerning visual studio 14.0 programdata
  • uninstalled visual studio 2015 via programs , features (above screenshot)
  • did article says: https://support.microsoft.com/nl-nl/kb/3016536
  • removed visual studio secondary installer folder in program files folder altogether
  • removed has visual studio 14.0 program files basically. left on uninstalling in programs , features.
  • uninstall microsoft visual c++ redistributable (x86) - 14.0.xxx also
  • uninstalled xamarin stuff also
  • hope didn't forget anything, bottomline totally rid of visual studio 2015 related.
  • reinstall visual studio 2015 rtm , should work now. have install 3rd party stuff again, atleast works!

i have visual studio 2012, 2013 , 2015 installed on machine. after installing visual studio 2013 update 5, started getting "package did not load correctly" error in vs 2013.

all did working follow step:

  1. close instances of visual studio
  2. delete in folder c:\users\%username%\appdata\local\microsoft\visualstudio\12.0\componentmodelcache
  3. restart visual studio

though have not tried 2015, believe should solve problem too. visual studio 2015, 12.0 should changed 14.0

update

instead of deleting in folder (as suggested step 2 above), more safer rename folder , allow visual studio create new one. sometimes, might have copy somethings on old folder.

i hope further all.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -