Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I recently installed VS08 SP1 so that I could use the Entity Framework. However, upon loading projects with edmx files, I get a "Package Load Failure" error that points at "Microsoft.Data.Entity.Design.Package".

Unfortunately, googling this turn up only problems dealing with installing SP1 over the Entity Framework CTP, which I have never installed.

Here's what I've tried:

  • Uninstalling, reinstalling SP1, and restarting many times.
  • Using the Visual Studio 2008 Service Pack Preparation Tool both before and after installing SP1.
  • Used the "Package Load Analyzer" from the Visual Studio SDK. The tests pass, but following the test the previously mentioned error displays.

Edit: Okay I ran VS with logging on and I see the error

Field not found: 'Microsoft.VisualStudio.Modeling.Shell.CommonModelingCommands.PrintPreview'.
share|improve this question

2 Answers

up vote 2 down vote accepted

Hope this link will help you. It's a same kind of scenario.

http://support.microsoft.com/kb/962353

http://www.thedatafarm.com/Blog/2007/09/03/EntityFrameworkToolsPackageLoadFailureWhenOpeningUpEDMXInDesignerFAQsAreComing.aspx

share|improve this answer
I actually fixed it by reinstalling VS, but your answer was the most helpful. – Brian Ortiz May 21 '09 at 18:06
Thanks for your kindness – jalpesh May 21 '09 at 18:28
"devenv /resetskippkgs" WORKED for me :) – Mordachai Jan 26 '10 at 15:22

My gut response to Package Load Failures, which doesn't always solve the problem, is to open a VS command prompt and run 'devenv /resetskippkgs' (without quotes). If you're on Vista+, you need to run the prompt elevated.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.