Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'VSPackage' package did not load correctly

I'm having this error pop up once I start Visual Studio professional 2013 with update 3. I don't know whats going on and also when I created a web form and try to put items from the toolbox into a table in my code it doesn't let me. the items are dim and can't select them any more. before I would make a table and try to add Labels, textbox, etc and it wasn't a problem.

like image 983
Francisco Avatar asked Sep 18 '14 18:09

Francisco


2 Answers

Visual Studio 2013 Update 4 Tools -> Extensions and Updates Disabled "Release Management for Visual Studio 2013 v2.1".

That worked for me.

like image 128
civon Avatar answered Sep 20 '22 11:09

civon


I got the same issue today, but the error message should be giving you some guidance. Take a look at mine, it tells me to check the "ActivityLog.xml" for more information.

Error Message

After looking at the entry my error showed me that it ocured the evening before around 5:30pm and I know I was installing the Visual Studio 2013 Update 4 at this time. So it seems I had a problem with my Update installation.

Activity Log Error Entry (Sorry maybe someone can school me on how to properly load an image for viewing)

So I realized my problem was an install issue I created, yours might be an add-on or something similar that you just updated your Visual Studio with that corrupted your VS.

So a little more researching and asking some buddies at work and we tried doing this step in another SO article, which should have the same effect of fixing our package loading problem also.

the Provider package did not load.

After running the steps listed there my Visual Studio started up without any obvious issue. Hope this helps.

like image 36
Brian H Avatar answered Sep 17 '22 11:09

Brian H