Conversion Problem from VS2003 to VS2005? - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T17:00:00Zhttp://stackoverflow.com/feeds/question/833794http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/833794/conversion-problem-from-vs2003-to-vs20050Conversion Problem from VS2003 to VS2005?Cute2009-05-07T10:04:01Z2009-05-07T10:52:27Z
<p>Hi
I am trying to convert a project from vs2003 to vs2005.after conversion completed some include headerfile.h statement missing and generates include "serialize" .how to fix this.even i copy and paste.it prompts for the source would be modified outside the environment msg appears.
what can i do to fix this any idea???</p>
<p>Thanks in advance..</p>
http://stackoverflow.com/questions/833794/conversion-problem-from-vs2003-to-vs2005/833998#8339980Answer by Cătălin Pitiș for Conversion Problem from VS2003 to VS2005?Cătălin Pitiș2009-05-07T10:52:27Z2009-05-07T10:52:27Z<p>Visual Studio 2005 doesn't install all the Platform SDKs Visual Studio 2003 did. You might need to install the platform SDK as well. See my comment to your question.</p>