Re: mscoree.dll and GetFileVersionInfo
From: Tester (lf_at_nospam.nospam)
Date: 06/18/04
- Next message: Roger Tan [MSFT]: "Re: Referencing shared assembly in your project"
- Previous message: .NET Developer: "How to read a microfocus COBOL file from .NET"
- In reply to: Mattias Sjögren: "Re: mscoree.dll and GetFileVersionInfo"
- Next in thread: Mattias Sjögren: "Re: mscoree.dll and GetFileVersionInfo"
- Reply: Mattias Sjögren: "Re: mscoree.dll and GetFileVersionInfo"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 19:49:58 -0400
Unless you do custom CLR hosting and specify version, isn't it safe to
assume that whatever mscoree.dll version is, that will be the version loaded
into process?
"Mattias Sjögren" <mattias.dont.want.spam@mvps.org> wrote in message
news:OnaRmqSVEHA.2944@tk2msftngp13.phx.gbl...
>
> >Is it safe if I want to check mscoree.dll version to determine .NET
runtime
> >version?
>
> Which runtime version? Keep in mind that you can have multiple
> versions installed, but only one Mscoree.dll.
>
> If you want the version of the currently loaded runtime from managed
> code, the easiest way is to check System.Environment.Version.
>
>
>
> Mattias
>
> --
> Mattias Sjögren [MVP] mattias @ mvps.org
> http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> Please reply only to the newsgroup.
- Next message: Roger Tan [MSFT]: "Re: Referencing shared assembly in your project"
- Previous message: .NET Developer: "How to read a microfocus COBOL file from .NET"
- In reply to: Mattias Sjögren: "Re: mscoree.dll and GetFileVersionInfo"
- Next in thread: Mattias Sjögren: "Re: mscoree.dll and GetFileVersionInfo"
- Reply: Mattias Sjögren: "Re: mscoree.dll and GetFileVersionInfo"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|