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

.NET (Core and Framework)

 
GeneralRe: Linq Pin
N a v a n e e t h7-Jan-08 19:05
N a v a n e e t h7-Jan-08 19:05 
GeneralAutomatic installation of .Net Framework 2.0. Pin
xbiplav3-Jan-08 18:55
xbiplav3-Jan-08 18:55 
GeneralRe: Automatic installation of .Net Framework 2.0. Pin
originSH4-Jan-08 0:17
originSH4-Jan-08 0:17 
GeneralWhich framework version is used Pin
Dan Neely3-Jan-08 5:06
Dan Neely3-Jan-08 5:06 
GeneralRe: Which framework version is used Pin
Dave Kreskowiak3-Jan-08 5:18
mveDave Kreskowiak3-Jan-08 5:18 
GeneralRe: Which framework version is used Pin
Dan Neely3-Jan-08 5:54
Dan Neely3-Jan-08 5:54 
GeneralRe: Which framework version is used Pin
Kevin McFarlane6-Jan-08 4:34
Kevin McFarlane6-Jan-08 4:34 
GeneralRe: Which framework version is used Pin
Mike Dimmick3-Jan-08 11:50
Mike Dimmick3-Jan-08 11:50 
Dave's answer is correct for EXEs. For DLLs, the answer is 'whatever version the executable loaded'. If the CLR is invoked via COM, where no version of the CLR was already loaded into the process, the latest version installed on the system will be loaded.

You can also use supportedRuntime elements in XML configuration for managed and unmanaged EXEs to override the default rules, unless (I assume) the program uses the CLR hosting APIs to load a specific version.

If you do redirect a program to use a different version of the CLR you will have to use a version of Visual Studio matching the new CLR version to debug, as VS .NET 2003 can only debug CLR 1.1 processes and VS 2005 only CLR 2.0.


DoEvents: Generating unexpected recursion since 1991

GeneralRe: Which framework version is used Pin
Michael Sync3-Jan-08 15:46
Michael Sync3-Jan-08 15:46 
QuestionDelegates in Remoting Pin
Shyam K Pananghat2-Jan-08 21:18
Shyam K Pananghat2-Jan-08 21:18 
GeneralRe: Delegates in Remoting Pin
Dave Kreskowiak3-Jan-08 5:31
mveDave Kreskowiak3-Jan-08 5:31 
GeneralRe: Delegates in Remoting Pin
Alexander Arlievsky8-Jan-08 1:56
Alexander Arlievsky8-Jan-08 1:56 
GeneralXAML styling help Pin
adt_brauer2-Jan-08 5:23
adt_brauer2-Jan-08 5:23 
GeneralRe: XAML styling help Pin
adt_brauer2-Jan-08 22:35
adt_brauer2-Jan-08 22:35 
GeneralSecurity - Windows users Pin
Simon P Stevens2-Jan-08 3:42
Simon P Stevens2-Jan-08 3:42 
GeneralRe: Security - Windows users Pin
Colin Angus Mackay2-Jan-08 4:18
Colin Angus Mackay2-Jan-08 4:18 
GeneralRe: Security - Windows users Pin
Simon P Stevens2-Jan-08 4:53
Simon P Stevens2-Jan-08 4:53 
GeneralRe: Security - Windows users Pin
Colin Angus Mackay2-Jan-08 6:19
Colin Angus Mackay2-Jan-08 6:19 
GeneralRe: Security - Windows users Pin
Dave Kreskowiak2-Jan-08 7:49
mveDave Kreskowiak2-Jan-08 7:49 
GeneralRe: Security - Windows users Pin
Simon P Stevens2-Jan-08 22:15
Simon P Stevens2-Jan-08 22:15 
GeneralProblem with Windows Services (Related to .NET Framework problem) Pin
ashishbhatt31-Dec-07 23:57
ashishbhatt31-Dec-07 23:57 
GeneralRe: Problem with Windows Services (Related to .NET Framework problem) Pin
Pete O'Hanlon1-Jan-08 10:48
mvePete O'Hanlon1-Jan-08 10:48 
QuestionRe: Problem with Windows Services (Related to .NET Framework problem) Pin
ashishbhatt1-Jan-08 16:23
ashishbhatt1-Jan-08 16:23 
QuestionHow to open only one application with one exe ?` Pin
Vicky2Galaxy31-Dec-07 0:27
Vicky2Galaxy31-Dec-07 0:27 
AnswerRe: How to open only one application with one exe ?` Pin
N a v a n e e t h31-Dec-07 1:42
N a v a n e e t h31-Dec-07 1:42 

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.