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

.NET (Core and Framework)

 
GeneralRe: .NET and Mac OS Pin
Stephane Rodriguez.16-Oct-02 19:02
Stephane Rodriguez.16-Oct-02 19:02 
GeneralRe: .NET and Mac OS Pin
Anonymous18-Oct-02 17:04
Anonymous18-Oct-02 17:04 
GeneralRe: .NET and Mac OS Pin
Stephane Rodriguez.18-Oct-02 19:28
Stephane Rodriguez.18-Oct-02 19:28 
GeneralInstaller problem with c++.net Pin
AnTri16-Oct-02 9:38
AnTri16-Oct-02 9:38 
GeneralHBITMAP problem (interop)... Pin
Anonymous15-Oct-02 5:08
Anonymous15-Oct-02 5:08 
QuestionHow can I tell what version of .NET is installed? Pin
EnkelIk13-Oct-02 21:21
EnkelIk13-Oct-02 21:21 
AnswerRe: How can I tell what version of .NET is installed? Pin
ez213-Oct-02 22:15
ez213-Oct-02 22:15 
AnswerRe: How can I tell what version of .NET is installed? Pin
Stephane Rodriguez.13-Oct-02 22:23
Stephane Rodriguez.13-Oct-02 22:23 
On the client-side, check out whether mscoree.dll exists (it's in <winsysdir>). That's the first thing a .NET app loads (to host the CLR).

Regarding the .NET version, you can lookup the registry : HKLM\Software\Microsoft\NET Framework Setup\Product\xxx with values defined as for instance :
Package="Full"
ProductLanguage="1033"
Version="v1.0.3705"

Version is like this
1 : major
0 : minor
3705 : build



She's so dirty, she threw a boomerang and it wouldn't even come back.
AnswerRe: How can I tell what version of .NET is installed? Pin
Christian Tratz13-Oct-02 23:11
Christian Tratz13-Oct-02 23:11 
QuestionWhich technologies to use for configuration like dreamweaver ? Pin
gerti11-Oct-02 5:42
gerti11-Oct-02 5:42 
GeneralGraphics object. Pin
Pete Bassett11-Oct-02 1:26
Pete Bassett11-Oct-02 1:26 
GeneralRe: Graphics object. Pin
Paul Riley11-Oct-02 1:50
Paul Riley11-Oct-02 1:50 
GeneralRe: Graphics object. Pin
Pete Bassett11-Oct-02 1:57
Pete Bassett11-Oct-02 1:57 
GeneralRe: Graphics object. Pin
Paul Riley11-Oct-02 2:10
Paul Riley11-Oct-02 2:10 
GeneralRe: Graphics object. Pin
Pete Bassett11-Oct-02 2:22
Pete Bassett11-Oct-02 2:22 
GeneralChanging permission set for CodeGroup Pin
EnkelIk10-Oct-02 23:18
EnkelIk10-Oct-02 23:18 
GeneralSeeking .NET Adoption Pin
Tariq10-Oct-02 22:36
Tariq10-Oct-02 22:36 
GeneralRe: Seeking .NET Adoption Pin
Kevin McFarlane11-Oct-02 4:52
Kevin McFarlane11-Oct-02 4:52 
GeneralRe: Seeking .NET Adoption Pin
Tariq12-Oct-02 8:21
Tariq12-Oct-02 8:21 
GeneralRe: Seeking .NET Adoption Pin
Matt Philmon16-Oct-02 12:35
Matt Philmon16-Oct-02 12:35 
GeneralDisappearing label Pin
Derek Lakin10-Oct-02 0:00
Derek Lakin10-Oct-02 0:00 
GeneralRe: Disappearing label Pin
David Stone10-Oct-02 5:11
sitebuilderDavid Stone10-Oct-02 5:11 
GeneralRe: Disappearing label Pin
Derek Lakin10-Oct-02 20:08
Derek Lakin10-Oct-02 20:08 
GeneralRe: Disappearing label Pin
Pete Bassett10-Oct-02 5:37
Pete Bassett10-Oct-02 5:37 
GeneralRe: Disappearing label Pin
Derek Lakin10-Oct-02 20:10
Derek Lakin10-Oct-02 20:10 

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.