Currently my project delveoped in WPF with Framework 3.5 and I am planning to convertert from 3.5 to 4.0? Is there anything to be done to successfully convert from 3.5 to 4.0 or is it normal conversio procedure?. Is there any preformance degradation will be there in some controls?

link|improve this question

78% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You have to upgrade the project file and create a new solution file for 4.0 version. You need to update the TargetFrameworkVersion and ToolsVersion in project file. There is a project file upgrader utility available in code project. As far as I know there would be no performance degradation at all.

http://beta.codeproject.com/KB/macros/SolutionConverter.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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