TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Running Applications of Earlier Versions of .Net Framework on Framework 4.0
Shweta Lodha
Feb 11, 2014
4
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
Running applications of the earlier versions of the .Net framework on the framework 4.0.
The .NET Framework 4 does not automatically use its version of the CLR to run the applications that are built with the earlier versions. To run the older applications with the .NET Framework 4, one must compile their application with the target .NET Framework version specified in the properties for your project in VS, or you can specify the supported runtime with the
<supportedRuntime>
element in an App.Config.
Running applications of earlier versions of .Net framework on framework 4.0
Next Recommended Reading
Difference between various .NET Framework versions