Click here to Skip to main content
15,885,881 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Rentrant event processing. Was : How to override the message loop in winforms? Pin
Felix Collins31-May-09 12:49
Felix Collins31-May-09 12:49 
GeneralRe: Rentrant event processing. Was : How to override the message loop in winforms? Pin
Felix Collins7-Jun-09 16:33
Felix Collins7-Jun-09 16:33 
QuestionNATUPNPLib - Which local IP to use? Pin
Andrey U26-May-09 11:42
Andrey U26-May-09 11:42 
AnswerRe: NATUPNPLib - Which local IP to use? Pin
Dave Kreskowiak27-May-09 7:42
mveDave Kreskowiak27-May-09 7:42 
QuestionEven targeting 3.5, metadata version v2.0.50727 ? Pin
GuimaSun26-May-09 9:17
GuimaSun26-May-09 9:17 
AnswerRe: Even targeting 3.5, metadata version v2.0.50727 ? Pin
Dave Kreskowiak26-May-09 9:23
mveDave Kreskowiak26-May-09 9:23 
GeneralRe: Even targeting 3.5, metadata version v2.0.50727 ? Pin
GuimaSun26-May-09 10:01
GuimaSun26-May-09 10:01 
GeneralRe: Even targeting 3.5, metadata version v2.0.50727 ? Pin
Dave Kreskowiak26-May-09 16:04
mveDave Kreskowiak26-May-09 16:04 
The line you're look at is telling you the .NET CLR version that is required to execute the code, not the .NET Framework version. The CLR is the virtual machine runtime that executes the code. The Framework is the class library that supplies the functionality for the thousands of classes you can use in your code.

There is nothing in the metadata that specifies the .NET Framework version that is required to run the app. What you see in the manifest is the required .NET CLR version. Under that, you'll see a bunch of .assembly extern references. Each of these imports a namespace, specifying the public key and VERSION NUMBER the loader must bind to. Each reference can have it's own version number seperate from the rest. For example, if you create a blank WPF app targeting .NET Framework 3.5, you see the MSCORLIB is version 2.0, from .NET 2.0, SYSTEM from .NET 2.0, PresentationFramework from .NET 3.0, and WindowBase from .NET 3.0.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




Questioncode for logout button in c# Pin
manjusha s26-May-09 2:27
manjusha s26-May-09 2:27 
AnswerRe: code for logout button in c# [REPOST!!! Please ignore.] Pin
Henry Minute26-May-09 2:50
Henry Minute26-May-09 2:50 
AnswerStop. Desist. Leave now. Pin
Pete O'Hanlon26-May-09 3:08
mvePete O'Hanlon26-May-09 3:08 
Questiondoes .net Framework(2.0 and 3.5) Supports Robotics language VPL Pin
dewana26726-May-09 0:58
dewana26726-May-09 0:58 
AnswerRe: does .net Framework(2.0 and 3.5) Supports Robotics language VPL Pin
Dave Kreskowiak26-May-09 4:16
mveDave Kreskowiak26-May-09 4:16 
QuestionLogout code in C# Pin
manjusha s26-May-09 0:39
manjusha s26-May-09 0:39 
AnswerRe: Logout code in C# Pin
annathor27-May-09 0:57
annathor27-May-09 0:57 
QuestionLogout code in C# Pin
manjusha s26-May-09 0:23
manjusha s26-May-09 0:23 
AnswerRe: Logout code in C# Pin
Henry Minute26-May-09 0:26
Henry Minute26-May-09 0:26 
QuestionForm Disposal and Null Containers Pin
Tristan Rhodes26-May-09 0:14
Tristan Rhodes26-May-09 0:14 
AnswerRe: Form Disposal and Null Containers Pin
Henry Minute26-May-09 0:33
Henry Minute26-May-09 0:33 
GeneralRe: Form Disposal and Null Containers Pin
Tristan Rhodes26-May-09 1:29
Tristan Rhodes26-May-09 1:29 
GeneralRe: Form Disposal and Null Containers Pin
Henry Minute26-May-09 1:34
Henry Minute26-May-09 1:34 
GeneralRe: Form Disposal and Null Containers Pin
Tristan Rhodes26-May-09 3:31
Tristan Rhodes26-May-09 3:31 
GeneralRe: Form Disposal and Null Containers Pin
Pete O'Hanlon26-May-09 4:24
mvePete O'Hanlon26-May-09 4:24 
GeneralRe: Form Disposal and Null Containers Pin
Tristan Rhodes26-May-09 23:49
Tristan Rhodes26-May-09 23:49 
Questionmultiplication of columns Pin
manjusha s26-May-09 0:01
manjusha s26-May-09 0:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.