Migrating VS 2005 Packages to VS 2008
If you like to read the MSDN Forums like I do, you’ve probably seen quite a few questions about how to migrate Visual Studio 2005 packages to Visual Studio 2008. You may have even run into a few quirks yourself. Most of the time you can just follow a few steps as James Lau outlined.
- Update build targets in project file
- Remove <TargetRegistryRoot> element
- Add Shell 9.0 references
- Update project debug properties.
Sometimes things can get tricky. Lucky for us, Quan To has published a post on how to migrate from VS 2005 to VS 2008, with pointers to handy documents.
Comments
- Anonymous
February 20, 2008
PingBack from http://msdnrss.thecoderblogs.com/2008/02/21/migrating-vs-2005-packages-to-vs-2008-6/