Migrating VS 2005 Packages to VS 2008

I've been seeing a lot of questions about this and people struggling with getting their packages to work in VS 2008 that were developed in 2005.

For most packages, it should just work.  However, there are some gotchas which you need to be aware of.  I've been working with our UE team on beefing up our documentation in this area but for now, here are some links to documentation that will help you migrate from VS 2005 to VS 2008:

https://msdn2.microsoft.com/en-us/library/bb166245.aspx

https://blogs.msdn.com/quanto/archive/2008/01/19/migrating-from-vs-2005-to-vs-2008-with-microsoft-visualstudio-shell-references.aspx

https://blogs.msdn.com/jameslau/archive/2008/02/13/upgrading-vs-2005-packages-to-vs-2008-a-more-advanced-guide.aspx

We're aiming to add more to the official docs on MSDN so keep an eye on it. Specifically, in VS 2008, the experimental hive no longer writes to HKLM. Since we write to HKCU, if you log in as a different user, you'll need to recreate the experiemental hive.

If you run into any other migration issues that we don't have documented, feel free to contact me.